Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add metadata parsing (toml) | bnewbold | 2016-10-30 | 1 | -9/+35 |
| | |||||
* | render markdown | bnewbold | 2016-10-30 | 1 | -0/+2 |
| | | | | IMPORTANT: simply un-escaping here, which isn't safe | ||||
* | remembered multi-line string literal syntax | bnewbold | 2016-10-30 | 1 | -5/+6 |
| | |||||
* | show example models in webface | bnewbold | 2016-10-29 | 1 | -10/+30 |
| | |||||
* | make struct members pub also | bnewbold | 2016-10-29 | 1 | -12/+12 |
| | |||||
* | start adding option handling for webface | bnewbold | 2016-10-29 | 1 | -2/+40 |
| | |||||
* | expand scope of mt-tool | bnewbold | 2016-10-29 | 1 | -15/+67 |
| | |||||
* | make library routines public | bnewbold | 2016-10-29 | 1 | -7/+7 |
| | |||||
* | stub out routines for loading model+metadata from file | bnewbold | 2016-10-29 | 2 | -0/+284 |
| | |||||
* | PartialEq and rename modelica AST | bnewbold | 2016-10-29 | 3 | -44/+48 |
| | |||||
* | rename tools to mt-prefix | bnewbold | 2016-10-28 | 2 | -0/+0 |
| | |||||
* | tiny additions to parser to handle examples | bnewbold | 2016-10-28 | 2 | -3294/+6616 |
| | |||||
* | webface front page | bnewbold | 2016-10-28 | 1 | -5/+7 |
| | |||||
* | have webface templates inherit | bnewbold | 2016-10-25 | 1 | -0/+1 |
| | |||||
* | add webface skeleton | bnewbold | 2016-10-25 | 1 | -0/+67 |
| | |||||
* | progress and fixes for parser | bnewbold | 2016-09-18 | 5 | -11027/+6147 |
| | |||||
* | work on a minimal modelica parser+ast | bnewbold | 2016-09-18 | 7 | -468504/+26721 |
| | |||||
* | rust parser with LALRPOP: pascal example | bnewbold | 2016-09-16 | 5 | -0/+468554 |
This is all just code from the LALRPOP library docs. |