Files
mpc/TODO.md

10 lines
279 B
Markdown
Raw Normal View History

2013-09-23 22:41:58 +01:00
- Test All Regex Features
- Test Regex Range Feature
2013-09-30 17:58:52 +01:00
- Add proper tests for everything in general
2013-09-23 22:41:58 +01:00
- Find some good demo grammars to show
2013-09-30 17:58:52 +01:00
- Use while loop instead of recursion in parse function
- Support for stream based input
2013-10-04 17:58:27 +01:00
- Make RE stuff predictive where possible