aboutsummaryrefslogtreecommitdiffstats
path: root/src/modelica_ast.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor modelica parser into separate cratebnewbold2016-12-171-407/+0
* basic impl of solving equationsbnewbold2016-12-021-8/+30
* progress on solve_for functionbnewbold2016-12-021-0/+65
* fix get_constant_vars function type signaturebnewbold2016-12-021-4/+6
* new intersect_strings helperbnewbold2016-12-011-3/+13
* equation rebalancingbnewbold2016-12-011-3/+83
* move tests from in-file to separate dirbnewbold2016-11-301-51/+1
* identifiers() for simpleequationsbnewbold2016-11-301-14/+42
* start working on Expr helpersbnewbold2016-11-301-0/+60
* push more variable metadata into the model filebnewbold2016-11-021-0/+3
* skeletal scheme transpilationbnewbold2016-11-021-0/+38
* PartialEq and rename modelica ASTbnewbold2016-10-291-5/+9
* progress and fixes for parserbnewbold2016-09-181-9/+13
* work on a minimal modelica parser+astbnewbold2016-09-181-0/+141