depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
tazjin
/
rlox
/
src
/
interpreter.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
r/2060
feat(tazjin/rlox): Interpret if statements
Vincent Ambo
1
-1
/
+13
2021-01-06
r/2059
feat(tazjin/rlox): Parse if statements
Vincent Ambo
1
-0
/
+1
2020-12-31
r/2039
refactor(tazjin/rlox): Hold shared environment ptr in interpreter
Vincent Ambo
1
-17
/
+37
2020-12-31
r/2038
feat(tazjin/rlox): Implement block scope in interpreter
Vincent Ambo
1
-1
/
+28
2020-12-31
r/2037
feat(tazjin/rlox): Implement block parsing
Vincent Ambo
1
-2
/
+3
2020-12-31
r/2036
refactor(tazjin/rlox): Unify parser::Statement & parser::Declaration
Vincent Ambo
1
-12
/
+10
2020-12-31
r/2035
feat(tazjin/rlox): Add support for scoped environments
Vincent Ambo
1
-8
/
+26
2020-12-31
r/2034
refactor(tazjin/rlox): Separate assignment and definition
Vincent Ambo
1
-1
/
+14
2020-12-31
r/2033
feat(tazjin/rlox): Implement mutable variable assignment
Vincent Ambo
1
-31
/
+38
2020-12-31
r/2032
refactor(tazjin/rlox): Retain interpreter state in REPL
Vincent Ambo
1
-28
/
+3
2020-12-31
r/2031
feat(tazjin/rlox): Add global variable support in interpreter
Vincent Ambo
1
-76
/
+135
2020-12-22
r/2027
feat(tazjin/rlox): Parse variable assignment & access
Vincent Ambo
1
-0
/
+2
2020-12-22
r/2025
refactor(tazjin/rlox): Introduce declarations in parser
Vincent Ambo
1
-10
/
+18
2020-12-22
r/2024
feat(tazjin/rlox): Add support for statements
Vincent Ambo
1
-17
/
+25
2020-12-20
r/2019
feat(tazjin/rlox): Add runtime type error handling
Vincent Ambo
1
-14
/
+31
2020-12-20
r/2018
feat(tazjin/rlox): Implement tree-walk interpreter of exprs
Vincent Ambo
1
-3
/
+67
2020-12-06
r/1991
feat(tazjin/rlox): Synchronise parser state after errors
Vincent Ambo
1
-1
/
+1
2020-12-06
r/1990
feat(tazjin/rlox): Wire up parser to the REPL
Vincent Ambo
1
-2
/
+10
2020-11-28
r/1956
refactor(tazjin/rlox): Thread through scanner errors
Vincent Ambo
1
-2
/
+17
2020-11-28
r/1952
fix(tazjin/rlox): Clear previous line in REPL mode
Vincent Ambo
1
-2
/
+3
2020-11-27
r/1927
chore(tazjin/rlox): Wire scanner to interpreter to reduce warnings
Vincent Ambo
1
-1
/
+5
2020-11-23
r/1913
feat(tazjin/rlox): Add basic program structure
Vincent Ambo
1
-0
/
+4