Olivier Goffart
|
708e62800d
|
Test that the tree is well formed for what we expect
|
2020-06-11 15:01:09 +02:00 |
|
Olivier Goffart
|
270c626c6c
|
Make the Parser a trait
Because the rowan::GreenNode is read-only but i want to use the parser
to generate something that can be mutated
|
2020-05-22 15:31:27 +02:00 |
|
Olivier Goffart
|
a9690a2fa3
|
Add a bunch of comments
|
2020-05-07 14:39:54 +02:00 |
|
Olivier Goffart
|
b128a848e2
|
Parse quoted string
|
2020-05-06 18:24:30 +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
|
e1b7949864
|
proc_macro to have parser tests
|
2020-05-04 17:11:02 +02:00 |
|