tvl-depot/users/tazjin/rlox/src/bytecode
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
..
interner feat(tazjin/rlox): Implement global variable definition 2021-03-06 11:52:00 +00:00
chunk.rs refactor(tazjin/rlox): Represent VM values as enums 2021-02-28 12:54:29 +00:00
compiler.rs feat(tazjin/rlox): Implement global variable access 2021-03-06 11:52:00 +00:00
errors.rs refactor(tazjin/rlox): Represent VM values as enums 2021-02-28 12:54:29 +00:00
mod.rs feat(tazjin/rlox): Intern all string constants 2021-03-02 19:48:46 +00:00
opcode.rs feat(tazjin/rlox): Implement global variable access 2021-03-06 11:52:00 +00:00
tests.rs feat(tazjin/rlox): Implement global variable access 2021-03-06 11:52:00 +00:00
value.rs feat(tazjin/rlox): Implement global variable definition 2021-03-06 11:52:00 +00:00
vm.rs feat(tazjin/rlox): Implement global variable access 2021-03-06 11:52:00 +00:00