/md_template

A templating engine for markdown files.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

md_template v2.0

This time not so hacky...

TODO

  • compiling templates to AST
    • tokenize
    • build AST
      • TEXT
      • STAT
      • ENV
    • optimize AST
  • apply compiled AST
    • walk AST & apply
      • TEXT
      • STAT
      • ENV
  • find a way to put ASR into file
    • put AT into file
    • get it out again...
  • make proper cli
    • add sub commands
    • add core functionality
    • add more options
  • package up this baby