mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
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`. |
||
|---|---|---|
| .. | ||
| dune | ||
| environment.ml | ||
| error.ml | ||
| expr.ml | ||
| interpreter.ml | ||
| lexer.ml | ||
| lexer.mli | ||
| lox.ml | ||
| parser.ml | ||
| stmt.ml | ||
| value.ml | ||