No description
Find a file
Moritz Gmeiner 6206ee4a00 moved mutable part of state inside mutable field
since only `tokens` is actually mutable we can make that field mutable,
and hence not have to deal with `state ref`s, and only have a single
mutating function, i.e. `advance`.
2024-08-27 18:01:34 +02:00
benchmark moved benchmark lox files to separate folder 2024-08-25 21:22:30 +02:00
bin added release profile and bytecode target for main 2024-08-27 17:14:42 +02:00
lib moved mutable part of state inside mutable field 2024-08-27 18:01:34 +02:00
lox.t finished test suite up to current state 2024-08-26 17:27: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 filled out some dune-project info 2024-08-25 21:22:53 +02:00
MlLox.opam filled out some dune-project info 2024-08-25 21:22:53 +02:00
mlox.switch updated switch file 2024-08-18 10:33:01 +02:00