Files in this directory:

Absyn.fs    F# module defining the abstract syntax data type for micro-ML
bin         Folder with fslex and fsyacc executable and runtime libraries
Fun.fs		F# module defining an interpreter micro-ML language
FunLex.fs	F# module defining the lexer (generated by fslex from FunLex.fsl)
FunLex.fsl  Lexer specification for micro-ML
FunPar.fs   F# module defining the parser (generated by fsyacc from FunPar.fsy)
FunPar.fsi	Interface (signature) file for parser generated by fsyacc
FunPar.fsy	Parser specification for micro-ML
grammar.txt Brief description of mini-ML grammar
main.fsx	F# interactive script with a few examples
Parse.fs	F# module applying the generated Parser to strings or files.
README.txt	Explanation on how to use these files
README2.txt	This file
