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
/
errors.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-17
r/2126
chore(tazjin/rlox): Move other modules under treewalk::
Vincent Ambo
1
-38
/
+0
2021-01-17
r/2120
refactor(tazjin/rlox): Move treewalk interpreter into subdirectory
Vincent Ambo
1
-1
/
+1
2021-01-16
r/2113
feat(tazjin/rlox): Implement variable depth resolver
Vincent Ambo
1
-0
/
+1
2021-01-14
r/2108
feat(tazjin/rlox): Implement early return from functions
Vincent Ambo
1
-0
/
+12
2021-01-14
r/2102
refactor(tazjin/rlox): Add helper method for parsing identifiers
Vincent Ambo
1
-1
/
+0
2021-01-14
r/2096
feat(tazjin/rlox): Implement function call evaluation
Vincent Ambo
1
-0
/
+1
2021-01-06
r/2059
feat(tazjin/rlox): Parse if statements
Vincent Ambo
1
-0
/
+1
2020-12-31
r/2037
feat(tazjin/rlox): Implement block parsing
Vincent Ambo
1
-0
/
+1
2020-12-31
r/2033
feat(tazjin/rlox): Implement mutable variable assignment
Vincent Ambo
1
-0
/
+1
2020-12-31
r/2031
feat(tazjin/rlox): Add global variable support in interpreter
Vincent Ambo
1
-0
/
+2
2020-12-22
r/2027
feat(tazjin/rlox): Parse variable assignment & access
Vincent Ambo
1
-0
/
+1
2020-12-22
r/2024
feat(tazjin/rlox): Add support for statements
Vincent Ambo
1
-0
/
+1
2020-12-20
r/2019
feat(tazjin/rlox): Add runtime type error handling
Vincent Ambo
1
-0
/
+1
2020-12-06
r/1991
feat(tazjin/rlox): Synchronise parser state after errors
Vincent Ambo
1
-0
/
+1
2020-12-06
r/1989
feat(tazjin/rlox): Implement parsing of parenthesised expressions
Vincent Ambo
1
-0
/
+1
2020-11-28
r/1956
refactor(tazjin/rlox): Thread through scanner errors
Vincent Ambo
1
-2
/
+2
2020-11-28
r/1953
feat(tazjin/rlox): Implement string scanning
Vincent Ambo
1
-0
/
+1
2020-11-23
r/1914
feat(tazjin/rlox): Implement single-character scanning
Vincent Ambo
1
-0
/
+14