No description
  • OCaml 66.5%
  • Perl 33.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Moritz Gmeiner ea0d7acbee started implementing expressions
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.
2024-08-25 02:12:51 +02:00
bin removed debug printing; exit 1 on error 2024-08-03 02:44:47 +02:00
lib started implementing expressions 2024-08-25 02:12:51 +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 updated switch file 2024-08-18 10:33:01 +02:00