tvl-depot/users/tazjin/rlox/src
Vincent Ambo 4162186a19 feat(tazjin/rlox): Implement global variable access
This also includes a fix for an issue where the identifiers of
variables were pushed onto the stack, which is incorrect.

Change-Id: Id89b388268efad295f29978d767aa4b33c4ded14
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2594
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
2021-03-06 11:52:00 +00:00
..
bytecode feat(tazjin/rlox): Implement global variable access 2021-03-06 11:52:00 +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