Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates for new modelica-parser-lalrpop hierarchy | bnewbold | 2016-12-26 | 5 | -11/+11 |
| | |||||
* | remove variables from metadata files | bnewbold | 2016-12-25 | 1 | -26/+0 |
| | | | | Plan here is to make these examples only. | ||||
* | basic AST substituting (finishing first stab at solve_for) | bnewbold | 2016-12-25 | 2 | -4/+33 |
| | |||||
* | rustfmt | bnewbold | 2016-12-25 | 4 | -108/+163 |
| | |||||
* | switch mt-tool to clap argument parser | bnewbold | 2016-12-25 | 1 | -82/+52 |
| | |||||
* | tweaks to work with modelica-parser-lalrpop | bnewbold | 2016-12-19 | 3 | -6/+16 |
| | |||||
* | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 9 | -16495/+36 |
| | |||||
* | basic impl of solving equations | bnewbold | 2016-12-02 | 2 | -8/+40 |
| | |||||
* | progress on solve_for function | bnewbold | 2016-12-02 | 1 | -0/+65 |
| | |||||
* | fix get_constant_vars function type signature | bnewbold | 2016-12-02 | 3 | -8/+14 |
| | |||||
* | new intersect_strings helper | bnewbold | 2016-12-01 | 1 | -3/+13 |
| | |||||
* | equation rebalancing | bnewbold | 2016-12-01 | 1 | -3/+83 |
| | |||||
* | move tests from in-file to separate dir | bnewbold | 2016-11-30 | 2 | -115/+1 |
| | |||||
* | identifiers() for simpleequations | bnewbold | 2016-11-30 | 1 | -14/+42 |
| | |||||
* | start working on Expr helpers | bnewbold | 2016-11-30 | 1 | -0/+60 |
| | |||||
* | fix metadata parsing test | bnewbold | 2016-11-30 | 1 | -3/+13 |
| | |||||
* | mt-tool: add missing transpiling usage | bnewbold | 2016-11-30 | 1 | -3/+5 |
| | |||||
* | first pass at pretty-printing parser errors | bnewbold | 2016-11-29 | 2 | -1/+61 |
| | |||||
* | cargo upgrade (and re-lalrpop) | bnewbold | 2016-11-29 | 1 | -14373/+1270 |
| | |||||
* | small code cleanups | bnewbold | 2016-11-29 | 3 | -9/+7 |
| | |||||
* | small improvements to CLI tools | bnewbold | 2016-11-29 | 2 | -3/+5 |
| | |||||
* | push more variable metadata into the model file | bnewbold | 2016-11-02 | 3 | -3948/+8129 |
| | |||||
* | similarly crude javascript output | bnewbold | 2016-11-02 | 3 | -1/+69 |
| | |||||
* | skeletal scheme transpilation | bnewbold | 2016-11-02 | 4 | -0/+103 |
| | |||||
* | 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. |