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
/
scanner.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
r/2132
refactor(tazjin/rlox): Prepare scanner for shared use
Vincent Ambo
1
-0
/
+284
2021-01-17
r/2126
chore(tazjin/rlox): Move other modules under treewalk::
Vincent Ambo
1
-283
/
+0
2021-01-14
r/2107
refactor(tazjin/rlox): Let scanner tokens own their lexeme
Vincent Ambo
1
-5
/
+5
2020-12-06
r/1987
feat(tazjin/rlox): Implement parsing up to unary expressions
Vincent Ambo
1
-5
/
+5
2020-11-30
r/1966
feat(tazjin/rlox): Bootstrap recursive-descent parser for Lox
Vincent Ambo
1
-5
/
+4
2020-11-28
r/1956
refactor(tazjin/rlox): Thread through scanner errors
Vincent Ambo
1
-5
/
+10
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
1
-6
/
+35
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
1
-0
/
+13
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
1
-0
/
+123