|
290ede2fa3
|
cl-token: Break operators into their own separate enum, to make future pratt parsing easier
|
2024-04-12 16:20:24 -05:00 |
|
|
2091cce570
|
cl-token: Rename Type to TokenKind , Data to TokenData to match the project's general style
|
2024-04-12 14:36:26 -05:00 |
|
|
902494e95a
|
cl-token: Merge token_type::Type and token_type::Keyword into a single enum
|
2024-04-12 14:25:49 -05:00 |
|
|
50b473cd55
|
cl-lexer: Move lexer into its own crate
|
2024-02-29 20:58:50 -06:00 |
|