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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-31
r/2033
feat(tazjin/rlox): Implement mutable variable assignment
Vincent Ambo
3
-33
/
+74
2020-12-31
r/2032
refactor(tazjin/rlox): Retain interpreter state in REPL
Vincent Ambo
2
-30
/
+30
2020-12-31
r/2031
feat(tazjin/rlox): Add global variable support in interpreter
Vincent Ambo
2
-76
/
+137
2020-12-22
r/2027
feat(tazjin/rlox): Parse variable assignment & access
Vincent Ambo
3
-3
/
+46
2020-12-22
r/2025
refactor(tazjin/rlox): Introduce declarations in parser
Vincent Ambo
2
-15
/
+36
2020-12-22
r/2024
feat(tazjin/rlox): Add support for statements
Vincent Ambo
3
-35
/
+73
2020-12-20
r/2019
feat(tazjin/rlox): Add runtime type error handling
Vincent Ambo
2
-14
/
+32
2020-12-20
r/2018
feat(tazjin/rlox): Implement tree-walk interpreter of exprs
Vincent Ambo
2
-10
/
+74
2020-12-06
r/1991
feat(tazjin/rlox): Synchronise parser state after errors
Vincent Ambo
3
-10
/
+67
2020-12-06
r/1990
feat(tazjin/rlox): Wire up parser to the REPL
Vincent Ambo
2
-7
/
+21
2020-12-06
r/1989
feat(tazjin/rlox): Implement parsing of parenthesised expressions
Vincent Ambo
2
-1
/
+16
2020-12-06
r/1988
refactor(tazjin/rlox): Add error plumbing in parser functions
Vincent Ambo
1
-29
/
+21
2020-12-06
r/1987
feat(tazjin/rlox): Implement parsing up to unary expressions
Vincent Ambo
2
-15
/
+109
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
2
-10
/
+31
2020-11-23
r/1912
feat(tazjin/rlox): Bootstrap program
Vincent Ambo
1
-0
/
+23