No description
Find a file
Moritz Gmeiner 485ecebdf3 reworked parser error handling
now based around result; since each parsing step can emit at most one
error until synchronisation is triggered we can store the errors in the
result.

also state is now stored in a ref variable. the copy-and-update is more
pure, but really messes up the let* expression for the expr/error
results.
2024-08-14 14:15:01 +02:00
bin removed debug printing; exit 1 on error 2024-08-03 02:44:47 +02:00
lib reworked parser error handling 2024-08-14 14:15:01 +02:00
lox.t added lox test files 2024-08-03 02:44:12 +02:00
test init commit 2024-08-02 00:10:48 +02:00
.gitignore init commit 2024-08-02 00:10:48 +02:00
.ocamlformat init commit 2024-08-02 00:10:48 +02:00
dune-project init commit 2024-08-02 00:10:48 +02:00
MlLox.opam init commit 2024-08-02 00:10:48 +02:00
mlox.switch added opam switch file 2024-08-03 11:23:01 +02:00