Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify license | Nadrieril | 2019-04-12 | 1 | -0/+1 |
| | | | | Closes #61 | ||||
* | Circumvent https://github.com/rust-lang/rust/issues/59803 | Nadrieril | 2019-04-08 | 1 | -6/+10 |
| | |||||
* | Merge branch 'master' into exprf | Nadrieril | 2019-04-06 | 1 | -7/+7 |
|\ | |||||
| * | Handle Some as in upstream grammar | Nadrieril | 2019-04-04 | 1 | -7/+7 |
| | | |||||
* | | rustfmt | Nadrieril | 2019-03-31 | 1 | -1/+2 |
|/ | |||||
* | Integrate the special patterns from match_children!() into iter_patterns | Nadrieril | 2019-03-27 | 1 | -5/+90 |
| | | | | Considerably simplifies parser macros | ||||
* | Manually rustfmt like a nazi | Nadrieril | 2019-03-27 | 1 | -7/+23 |
| | |||||
* | Obsolete old parser macros; performance is now dead | Nadrieril | 2019-03-20 | 1 | -14/+11 |
| | |||||
* | Handle simple parsing cases with new macros | Nadrieril | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | Extract the core of parser macros into a separate crate | Nadrieril | 2019-03-19 | 2 | -0/+198 |