aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* variable table (in HTML)bnewbold2017-01-281-1/+2
|
* add 'ode' transpile variant for javascriptbnewbold2017-01-161-1/+2
|
* only show compiled models conditionallybnewbold2017-01-161-0/+2
|
* refactor repr/transpile namesbnewbold2017-01-162-5/+5
|
* add latex (via katex) to model pagesbnewbold2017-01-141-0/+3
|
* add repr to webfacebnewbold2017-01-141-0/+26
|
* basic sandbox wiki editing and creationbnewbold2017-01-111-4/+165
|
* switch from 'markdown' to 'pulldown-cmark' for markdown renderingbnewbold2017-01-051-3/+8
|
* add /raw/ model downloadbnewbold2017-01-041-0/+9
|
* switch URL scheme to be based at /m/{namespace}/{model}/bnewbold2017-01-041-5/+15
|
* refactor error handling with error_chainbnewbold2016-12-272-8/+33
|
* call ::std::process::exit() directlybnewbold2016-12-272-4/+2
|
* remove metadata.tomlbnewbold2016-12-261-3/+2
| | | | | Grab name and decription from modelica source. Only keep around examples in .toml (so far unimplemented)
* updates for new modelica-parser-lalrpop hierarchybnewbold2016-12-261-1/+1
|
* basic AST substituting (finishing first stab at solve_for)bnewbold2016-12-251-3/+3
|
* switch mt-tool to clap argument parserbnewbold2016-12-251-82/+52
|
* refactor modelica parser into separate cratebnewbold2016-12-171-3/+4
|
* basic impl of solving equationsbnewbold2016-12-021-0/+10
|
* mt-tool: add missing transpiling usagebnewbold2016-11-301-3/+5
|
* first pass at pretty-printing parser errorsbnewbold2016-11-291-1/+1
|
* small improvements to CLI toolsbnewbold2016-11-291-2/+4
|
* similarly crude javascript outputbnewbold2016-11-021-1/+10
|
* skeletal scheme transpilationbnewbold2016-11-021-0/+9
|
* 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
|
* start adding option handling for webfacebnewbold2016-10-291-2/+40
|
* expand scope of mt-toolbnewbold2016-10-291-15/+67
|
* rename tools to mt-prefixbnewbold2016-10-282-0/+0
|
* 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-181-2/+2
|
* work on a minimal modelica parser+astbnewbold2016-09-181-3/+3
|
* rust parser with LALRPOP: pascal examplebnewbold2016-09-161-0/+47
This is all just code from the LALRPOP library docs.