summaryrefslogtreecommitdiff
path: root/src/main.ml
AgeCommit message (Collapse)Author
2014-04-23Rename main to sail, build pretty_printer libGabriel Kerneis
2014-04-02Add -skip_constraints to type-check without constraintsGabriel Kerneis
2014-01-17Type check through type definitions and val specifications, building ↵Kathy Gray
definition environment. Skipping function definition, let bind, and expression checking for this commit (to come).
2013-09-09Pretty printer to Lem ast added; accessed by -lem_ast on the command lineKathy Gray
2013-08-20more support for pretty printingKathy Gray
2013-07-31Adding reporting basic from Lem development, also adding basic error ↵Kathy Gray
messages for syntax and lexical errors (i.e. syntax error and location information)
2013-07-25Clean trailing whitespaceGabriel Kerneis
2013-07-12Parser in progress, and more src files for plumbing parsing, lexing and ↵Kathy Gray
eventual type checking together