aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/src/ast.rs
Commit message (Expand)AuthorAgeFilesLines
* switch to sci notation for floats (except latex)bnewbold2017-01-281-1/+1
* parser: fix get_constant_vars()bnewbold2017-01-161-3/+3
* parser: show values and descriptions in-linebnewbold2017-01-161-2/+10
* parse out exponentiationbnewbold2017-01-141-0/+3
* parser: fix string_literalsbnewbold2016-12-261-0/+3
* parser: refactor vec operations into hashsetbnewbold2016-12-261-23/+21
* radically simplify scope of parsingbnewbold2016-12-261-55/+0
* parser: more progressbnewbold2016-12-191-35/+35
* parser: more featuresbnewbold2016-12-181-7/+9
* parser: booleans and arraysbnewbold2016-12-181-1/+20
* parser: quantity field for component declarationbnewbold2016-12-181-0/+1
* higher-level modelica parsing AST structsbnewbold2016-12-181-0/+50
* parser: support for math functions (sin, exp, log, etc)bnewbold2016-12-181-3/+47
* parser: refactor components into clauses/declbnewbold2016-12-181-4/+43
* refactor modelica parser into separate cratebnewbold2016-12-171-0/+241