| Crates.io | peggler |
| lib.rs | peggler |
| version | 0.1.0 |
| created_at | 2015-09-08 12:02:39.256526+00 |
| updated_at | 2015-12-11 23:54:49.267883+00 |
| description | Parser generation using a PEG-like syntax via macros |
| homepage | https://github.com/hwiechers/peggler/ |
| repository | https://github.com/hwiechers/peggler/ |
| max_upload_size | |
| id | 3003 |
| size | 36,876 |
#peggler
peggler is a library for generating recursive decent parsers using a PEG-like syntax via macros.
At this stage, the project is just a toy or experiment. Don't use it for anything serious.