[fine] Starting on lists, god help me
This commit is contained in:
parent
106f2eb30f
commit
9ee8d39963
5 changed files with 190 additions and 35 deletions
|
|
@ -6,10 +6,10 @@ pub enum TokenKind {
|
|||
Whitespace,
|
||||
Comment,
|
||||
|
||||
LeftBrace,
|
||||
RightBrace,
|
||||
LeftBracket,
|
||||
RightBracket,
|
||||
LeftBrace, // TODO: LeftCurly
|
||||
RightBrace, // TODO: RightCurly
|
||||
LeftBracket, // TODO: LeftSquare
|
||||
RightBracket, // TODO: RightSquare
|
||||
LeftParen,
|
||||
RightParen,
|
||||
Comma,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue