This is where rooibos lives now.
Chris Pressey
7 years ago
180 | 180 | suite of test programs, which can of course double as example sources; |
181 | 181 | these can be found in the `eightebed.tests` module. |
182 | 182 | |
183 | `8ebed2c.py` also ships with a parser combinator module called `rooibos.py` | |
184 | which, being a single file and in the public domain, can be dropped into | |
185 | and used in any Python project that requires an LL(1) recursive-descent | |
186 | parser, if that's your sort of thing. | |
187 | ||
183 | 188 | For an appreciation of just how cockamamie `8ebed2c.py` is, run |
184 | 189 | `8ebed2c.py --help` and read through the command-line options it |
185 | 190 | provides. |