snix/users/tazjin/rlox/src
Vincent Ambo bdde287d22 refactor(tazjin/rlox): Remove use of sentinel values
The C code from which this is translated uses sentinel values for
various things, this commit replaces them with standard Rust types
instead (amongst a bunch of other small improvements).

Change-Id: I892811a7afebb5a0f3b825824fc493ab0b399e44
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3735
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-10-20 12:50:36 +00:00
..
bytecode refactor(tazjin/rlox): Remove use of sentinel values 2021-10-20 12:50:36 +00:00
treewalk style(tazjin/rlox): Set max_width=80 2021-02-27 13:05:18 +00:00
main.rs feat(tazjin/rlox): Wire up bytecode interpreter & print results 2021-02-28 11:14:03 +00:00
scanner.rs style(tazjin/rlox): Set max_width=80 2021-02-27 13:05:18 +00:00