-
Notifications
You must be signed in to change notification settings - Fork 47
Roadmap
qstarin edited this page Oct 12, 2010
·
1 revision
This is the general itinerary of work to do on the project. We will proceed through it as quickly as possible.
- Fix brace escaping behavior to match String.Format as closely as possible.
- Start Documenting on project wiki & Gists
- Finish converting Math & Equation Solver plugin
- Split core behavior and Reflection sourcing into separate plugins
- Add more unit tests a. Tests to verify that base behavior without plugins matches String.Format b. Tests to exercise large swaths of Extended behavior - try to implement combinatorially to maximize coverage c. Tests to illustrate performance
- Implement new parsing engine with new plugin interface definitions