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
/
bytecode
/
tests.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
r/2981
refactor(tazjin/rlox): Remove use of sentinel values
Vincent Ambo
1
-2
/
+4
2021-10-19
r/2978
feat(tazjin/rlox): Support local variables
Vincent Ambo
1
-1
/
+18
2021-10-19
r/2977
feat(tazjin/rlox): Global variable assignment
Vincent Ambo
1
-1
/
+14
2021-03-06
r/2274
feat(tazjin/rlox): Implement global variable access
Vincent Ambo
1
-0
/
+10
2021-03-03
r/2265
feat(tazjin/rlox): Implement expression statements
Vincent Ambo
1
-46
/
+46
2021-03-02
r/2262
test(tazjin/rlox): Add simple string assertions
Vincent Ambo
1
-0
/
+10
2021-02-28
r/2256
feat(tazjin/rlox): Implement comparison operators
Vincent Ambo
1
-0
/
+10
2021-02-28
r/2255
feat(tazjin/rlox): Implement equality operator
Vincent Ambo
1
-5
/
+26
2021-02-28
r/2253
feat(tazjin/rlox): Implement unary negation operator
Vincent Ambo
1
-0
/
+9
2021-02-28
r/2252
feat(tazjin/rlox): Support trivial literals in bytecode compiler
Vincent Ambo
1
-2
/
+14
2021-02-28
r/2251
refactor(tazjin/rlox): Represent VM values as enums
Vincent Ambo
1
-19
/
+19
2021-02-28
r/2250
test(tazjin/rlox): Add some tests for numerical operations
Vincent Ambo
1
-0
/
+48