mlox/lib
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
..
dune init commit 2024-08-02 00:10:48 +02:00
error.ml started implementing expressions 2024-08-25 02:12:51 +02:00
expr.ml started implementing expressions 2024-08-25 02:12:51 +02:00
interpreter.ml started implementing expressions 2024-08-25 02:12:51 +02:00
lexer.ml more work on the parser 2024-08-12 16:31:28 +02:00
lexer.mli more work on the parser 2024-08-12 16:31:28 +02:00
lox.ml started implementing expressions 2024-08-25 02:12:51 +02:00
parser.ml started implementing expressions 2024-08-25 02:12:51 +02:00
stmt.ml started implementing expressions 2024-08-25 02:12:51 +02:00
value.ml moved exprs into nodes with code position 2024-08-17 13:32:59 +02:00