Skip to content

avenauche/tododsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lichess QR Code Generator Icon

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

  1. publish to github
  2. publish to npm
  3. add support for extensions
  4. extension 1: support for Map as return type
  5. extension 2: Add timer support to expire the todo item after a certain time
  6. extension 3: pretty print your todo lists
  7. extension 4: support for Todo CLI
  8. extension 5: support for exporting todo lists in JSON, YAML, and Markdown formats

About

A DSL for parsing TODO lists written in Javascript. Write Multiple Todo lists and extract them with this DSL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors