Written in python
-
Install Python 3.0 and above if not installed already
-
Run templater.py with three arguments giving full file paths eg. python templater.py /users/slartibartfast/abcd.template /users/slartibartfast/data.json /users/slartibartfast/output.html
-
Write assertion test cases and benchmark with other engines - in progress
-
Take loop variables instead of supplying "it" variable
-
Extend this, MVC-fy it, include a lot more checks and host on github, since its a fast and loose templating engine, unlike some of the slower larger ones out there
-
Explore moving away from regexp altogether and do contextual matches, because well:
https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags