summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Newlines are now treated more XML/HTML-alike.Kevin Chabowski2011-09-22
| | | | | Newlines and following whitespaces at the beginning of a TextNode will be ignored now.
* Added license and readme file.Kevin Chabowski2011-09-21
|
* Added documentation, an example program and fixed some bugs...Kevin Chabowski2011-09-21
|
* Renamed transform.php to stupid_template_engine.phpKevin Chabowski2011-09-18
|
* Debugging done. Seems like everything works fine :-D.Kevin Chabowski2011-09-18
|
* Finished first untested version of STE, now we will debug this thing...Kevin Chabowski2011-09-17
|
* Some minor changes in the language definition.Kevin Chabowski2011-09-17
|
* Fixed some parsing errors and started writing the transcompilerKevin Chabowski2011-09-09
|
* Language definition finishedKevin Chabowski2011-09-09
|
* Initial commit of stupid_template_engine.Kevin Chabowski2011-09-01
Parser finished :-D