Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch mt-tool to clap argument parser | bnewbold | 2016-12-25 | 1 | -82/+52 |
| | |||||
* | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 1 | -3/+4 |
| | |||||
* | basic impl of solving equations | bnewbold | 2016-12-02 | 1 | -0/+10 |
| | |||||
* | mt-tool: add missing transpiling usage | bnewbold | 2016-11-30 | 1 | -3/+5 |
| | |||||
* | first pass at pretty-printing parser errors | bnewbold | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | small improvements to CLI tools | bnewbold | 2016-11-29 | 1 | -2/+4 |
| | |||||
* | similarly crude javascript output | bnewbold | 2016-11-02 | 1 | -1/+10 |
| | |||||
* | skeletal scheme transpilation | bnewbold | 2016-11-02 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | rename tools to mt-prefix | bnewbold | 2016-10-28 | 2 | -0/+0 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | work on a minimal modelica parser+ast | bnewbold | 2016-09-18 | 1 | -3/+3 |
| | |||||
* | rust parser with LALRPOP: pascal example | bnewbold | 2016-09-16 | 1 | -0/+47 |
This is all just code from the LALRPOP library docs. |