This is a Todo DSL in Javascript.
Write Multiple Todo lists and extract them as a JSON
Tokeniser --> extracts the tokens in the todo Parser --> generates the AST from the tokens codegen --> generates the JSON from the AST
Roadmap
- publish to github
- publish to npm
- add support for extensions
- extension 1: support for Map as return type
- extension 2: Add timer support to expire the todo item after a certain time
- extension 3: pretty print your todo lists
- extension 4: support for Todo CLI
- extension 5: support for exporting todo lists in JSON, YAML, and Markdown formats
