mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
No description
Parser.parse now return list of statements or list of errors. parsing continues until EOF, even when errors are found; but after the first error the result can only be Error. Also implemented Print and Expr statements. |
||
|---|---|---|
| bin | ||
| lib | ||
| lox.t | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| MlLox.opam | ||
| mlox.switch | ||