mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
No description
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`. |
||
|---|---|---|
| benchmark | ||
| bin | ||
| lib | ||
| lox.t | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| MlLox.opam | ||
| mlox.switch | ||