aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* basic python compilingbnewbold2017-01-281-1/+2
|
* refactor repr/transpile namesbnewbold2017-01-161-1/+1
|
* basic LaTeX transpilingbnewbold2017-01-141-0/+1
|
* re-export modelica_parser (and fix tests)bnewbold2017-01-111-1/+1
|
* refactor error handling with error_chainbnewbold2016-12-271-3/+16
|
* remove metadata.tomlbnewbold2016-12-261-28/+0
| | | | | 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-2/+2
|
* remove variables from metadata filesbnewbold2016-12-251-26/+0
| | | | Plan here is to make these examples only.
* rustfmtbnewbold2016-12-251-13/+22
|
* refactor modelica parser into separate cratebnewbold2016-12-171-64/+4
|
* move tests from in-file to separate dirbnewbold2016-11-301-64/+0
|
* fix metadata parsing testbnewbold2016-11-301-3/+13
|
* first pass at pretty-printing parser errorsbnewbold2016-11-291-0/+60
|
* small code cleanupsbnewbold2016-11-291-2/+0
|
* small improvements to CLI toolsbnewbold2016-11-291-1/+1
|
* similarly crude javascript outputbnewbold2016-11-021-0/+1
|
* skeletal scheme transpilationbnewbold2016-11-021-0/+1
|
* add metadata parsing (toml)bnewbold2016-10-301-9/+35
|
* make struct members pub alsobnewbold2016-10-291-12/+12
|
* make library routines publicbnewbold2016-10-291-7/+7
|
* stub out routines for loading model+metadata from filebnewbold2016-10-291-0/+113
|
* progress and fixes for parserbnewbold2016-09-181-2/+32
|
* work on a minimal modelica parser+astbnewbold2016-09-181-1/+8
|
* rust parser with LALRPOP: pascal examplebnewbold2016-09-161-0/+2
This is all just code from the LALRPOP library docs.