aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/src/ast.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Parsing arbitrary files, packages, blocks, connectors, etc caused the compilation time for this parser to explode exponentially, and resulted in huge parser.rs and executable files. This commit rips out all those features.
* 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