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
/
compiler.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-01
r/2258
feat(tazjin/rlox): Add initial support for strings
Vincent Ambo
1
-0
/
+16
2021-02-28
r/2256
feat(tazjin/rlox): Implement comparison operators
Vincent Ambo
1
-0
/
+28
2021-02-28
r/2255
feat(tazjin/rlox): Implement equality operator
Vincent Ambo
1
-0
/
+16
2021-02-28
r/2253
feat(tazjin/rlox): Implement unary negation operator
Vincent Ambo
1
-0
/
+5
2021-02-28
r/2252
feat(tazjin/rlox): Support trivial literals in bytecode compiler
Vincent Ambo
1
-2
/
+28
2021-02-28
r/2251
refactor(tazjin/rlox): Represent VM values as enums
Vincent Ambo
1
-1
/
+1
2021-02-28
r/2248
fix(tazjin/rlox): Fix selection of next parser precedence rule
Vincent Ambo
1
-1
/
+1
2021-02-28
r/2247
feat(tazjin/rlox): Wire up bytecode interpreter & print results
Vincent Ambo
1
-0
/
+287
2021-02-27
r/2239
feat(tazjin/rlox): Set up precedence parsing scaffolding
Vincent Ambo
1
-101
/
+0
2021-02-27
r/2238
chore(tazjin/rlox): Set up some scaffolding for panic mode
Vincent Ambo
1
-5
/
+22
2021-02-27
r/2237
feat(tazjin/rlox): Bootstrap rough shape of bytecode compiler
Vincent Ambo
1
-0
/
+84