snix/users/tazjin/rlox/src
Vincent Ambo 73c2b8fb85 refactor(tazjin/rlox): Wrap interpreter values in new enum
This makes it possible to distinguish between literal and other
values, such as functions.

Change-Id: I4d87b96c2988e25a61eecfeeb56188fabfd0dc40
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2367
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
2021-01-13 17:03:15 +00:00
..
errors.rs feat(tazjin/rlox): Parse if statements 2021-01-06 17:14:17 +00:00
interpreter.rs refactor(tazjin/rlox): Wrap interpreter values in new enum 2021-01-13 17:03:15 +00:00
main.rs refactor(tazjin/rlox): Retain interpreter state in REPL 2020-12-31 11:19:42 +00:00
parser.rs feat(tazjin/rlox): Parse function calls 2021-01-13 17:03:15 +00:00
scanner.rs feat(tazjin/rlox): Implement parsing up to unary expressions 2020-12-06 14:30:59 +00:00