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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-30
r/1966
feat(tazjin/rlox): Bootstrap recursive-descent parser for Lox
Vincent Ambo
3
-5
/
+107
2020-11-28
r/1956
refactor(tazjin/rlox): Thread through scanner errors
Vincent Ambo
3
-9
/
+29
2020-11-28
r/1955
feat(tazjin/rlox): Scan identifiers and keywords
Vincent Ambo
1
-6
/
+41
2020-11-28
r/1954
feat(tazjin/rlox): Implement number scanning
Vincent Ambo
1
-2
/
+36
2020-11-28
r/1953
feat(tazjin/rlox): Implement string scanning
Vincent Ambo
2
-6
/
+36
2020-11-28
r/1952
fix(tazjin/rlox): Clear previous line in REPL mode
Vincent Ambo
2
-2
/
+4
2020-11-28
r/1951
feat(tazjin/rlox): Handle whitespace in scanner
Vincent Ambo
1
-0
/
+6
2020-11-28
r/1950
feat(tazjin/rlox): Scan single-line comments
Vincent Ambo
1
-2
/
+29
2020-11-27
r/1927
chore(tazjin/rlox): Wire scanner to interpreter to reduce warnings
Vincent Ambo
2
-1
/
+18
2020-11-27
r/1926
feat(tazjin/rlox): Implement multi-character scanning
Vincent Ambo
1
-0
/
+16
2020-11-27
r/1925
refactor(tazjin/rlox): Use &[char] instead of &str in scanner
Vincent Ambo
1
-7
/
+3
2020-11-23
r/1914
feat(tazjin/rlox): Implement single-character scanning
Vincent Ambo
3
-0
/
+139
2020-11-23
r/1913
feat(tazjin/rlox): Add basic program structure
Vincent Ambo
3
-10
/
+36
2020-11-23
r/1912
feat(tazjin/rlox): Bootstrap program
Vincent Ambo
5
-0
/
+48