Erin
|
afee5fb82d
|
Added basic parsing
- Expressions
- If, Functio
|
2021-06-07 00:09:45 +02:00 |
|
Erin
|
d66874624b
|
Initial chthulic error impl in Lexer
- See discussions #17
|
2021-06-06 23:15:11 +02:00 |
|
Erin
|
bccf5bc74b
|
Removed custom Lexer, reorganised Token definition
- As peeking will not be involved in parsing, it was removed
|
2021-06-06 20:28:13 +02:00 |
|
Able
|
b37c189da9
|
Slightly more curse
|
2021-05-24 01:18:36 -05:00 |
|
Erin
|
7057c3cfef
|
Fixed some incompatible old code
- Added assignment support
- Reduced boilerplate
- Removed `else`
|
2021-05-03 21:35:43 +02:00 |
|
Erin
|
d80b5514ce
|
Added tests and loop flow
|
2021-05-02 18:12:51 +02:00 |
|
Erin
|
ecd972e55d
|
Parser production ready
- TODO: T-Dark block
- cargo fmt
- Obeyed our clippy overlord
|
2021-05-02 16:48:33 +02:00 |
|
Erin
|
27a8de70fa
|
Bugfix: Peeking
- Fixed `PeekableLexer` next to not-be passtrough to iterator
- Made error handling depend on state of Option
|
2021-04-29 09:47:29 +02:00 |
|
Erin
|
3e019621b2
|
Added Peekable Lexer
- Added wrapper for Lexer with `peek()` method
- Renamed `token` module to `lexer` as it more describe it's function
- Started work on operator flow
|
2021-04-28 22:52:19 +02:00 |
|