Olivier Goffart
|
6cf327166e
|
Parser: add support for parentheses in expressions
|
2020-05-11 11:19:57 +02:00 |
|
Olivier Goffart
|
1673f12652
|
Implement for loop in the parser
Not yet implemented in the object tree
|
2020-05-11 10:46:42 +02:00 |
|
Olivier Goffart
|
bdaf14ae23
|
Parse numbers
|
2020-05-07 09:06:58 +02:00 |
|
Olivier Goffart
|
b128a848e2
|
Parse quoted string
|
2020-05-06 18:24:30 +02:00 |
|
Olivier Goffart
|
3a541ec1eb
|
Handle children elements
|
2020-05-06 16:43:04 +02:00 |
|
Olivier Goffart
|
f0b5a9fee9
|
Use the parser_test only in test mode
So it does not have to be published on crate.io
|
2020-05-05 16:37:49 +02:00 |
|
Olivier Goffart
|
3a6d39bfe9
|
Generate an object tree
|
2020-05-05 11:18:13 +02:00 |
|
Olivier Goffart
|
684d516fee
|
Small cleanups to get rid of the .0
|
2020-05-04 19:36:32 +02:00 |
|
Olivier Goffart
|
e1b7949864
|
proc_macro to have parser tests
|
2020-05-04 17:11:02 +02:00 |
|
Olivier Goffart
|
112613712f
|
Move the actual parsing in its own file
|
2020-05-04 14:44:34 +02:00 |
|