aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* small improvements to CLI toolsbnewbold2016-11-292-3/+5
|
* push more variable metadata into the model filebnewbold2016-11-023-3948/+8129
|
* similarly crude javascript outputbnewbold2016-11-023-1/+69
|
* skeletal scheme transpilationbnewbold2016-11-024-0/+103
|
* add metadata parsing (toml)bnewbold2016-10-301-9/+35
|
* render markdownbnewbold2016-10-301-0/+2
| | | | IMPORTANT: simply un-escaping here, which isn't safe
* remembered multi-line string literal syntaxbnewbold2016-10-301-5/+6
|
* show example models in webfacebnewbold2016-10-291-10/+30
|
* make struct members pub alsobnewbold2016-10-291-12/+12
|
* start adding option handling for webfacebnewbold2016-10-291-2/+40
|
* expand scope of mt-toolbnewbold2016-10-291-15/+67
|
* make library routines publicbnewbold2016-10-291-7/+7
|
* stub out routines for loading model+metadata from filebnewbold2016-10-292-0/+284
|
* PartialEq and rename modelica ASTbnewbold2016-10-293-44/+48
|
* rename tools to mt-prefixbnewbold2016-10-282-0/+0
|
* tiny additions to parser to handle examplesbnewbold2016-10-282-3294/+6616
|
* webface front pagebnewbold2016-10-281-5/+7
|
* have webface templates inheritbnewbold2016-10-251-0/+1
|
* add webface skeletonbnewbold2016-10-251-0/+67
|
* progress and fixes for parserbnewbold2016-09-185-11027/+6147
|
* work on a minimal modelica parser+astbnewbold2016-09-187-468504/+26721
|
* rust parser with LALRPOP: pascal examplebnewbold2016-09-165-0/+468554
This is all just code from the LALRPOP library docs.