|
1e063fd129
|
Add escaping using a backslash for string tokens.
|
2018-02-05 19:38:54 -06:00 |
|
|
97c97ced55
|
Finish splitting the Tokenization and parsing stages.
* Added some helper matcher macros for tokens.
* Added some helper assertion macros for tests.
* Tokenization and Parsing are two separate stages.
|
2018-02-02 15:29:24 -06:00 |
|
|
336dd5e5ea
|
FEATURE: Parsing of comments.
|
2017-12-24 15:24:06 -05:00 |
|
|
afdd2e5be8
|
List Parsing and evaluation support.
Also some formatting and todo cleanup.
|
2017-11-26 12:22:58 -05:00 |
|
|
1e3d19755c
|
Add location information for all tokens.
Also add optional position information for some of the AST elements.
|
2017-11-05 15:26:52 -06:00 |
|
|
45d0fb6e59
|
Add tokenizer mode that uses nom to parse the individual tokens.
This allows us to start to break down the problem into tokens and their
position in the parsed syntax.
|
2017-10-02 21:32:06 -05:00 |
|