mlox/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Moritz Gmeiner 8d445cc9e4 changed tokens from mutable to ref
so that when record is copied it's still the same field
2024-08-27 19:00:11 +02:00
..
dune added release profile and bytecode target for main 2024-08-27 17:14:42 +02:00
environment.ml global and local variables with scope 2024-08-26 01:58:03 +02:00
error.ml use prerr_* instead of fprintf where possible 2024-08-27 18:45:26 +02:00
expr.ml added If, And, Or 2024-08-26 17:26:59 +02:00
interpreter.ml print errors to stderr instead stdout 2024-08-27 18:42:18 +02:00
lexer.ml moved for loop to separate Stmt and added continue 2024-08-27 17:15:35 +02:00
lexer.mli moved for loop to separate Stmt and added continue 2024-08-27 17:15:35 +02:00
lox.ml use prerr_* instead of fprintf where possible 2024-08-27 18:45:26 +02:00
parser.ml changed tokens from mutable to ref 2024-08-27 19:00:11 +02:00
stmt.ml moved for loop to separate Stmt and added continue 2024-08-27 17:15:35 +02:00
value.ml added If, And, Or 2024-08-26 17:26:59 +02:00