Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse out exponentiation | bnewbold | 2017-01-14 | 1 | -0/+3 |
| | |||||
* | parser: fix string_literals | bnewbold | 2016-12-26 | 1 | -0/+3 |
| | |||||
* | parser: refactor vec operations into hashset | bnewbold | 2016-12-26 | 1 | -23/+21 |
| | |||||
* | radically simplify scope of parsing | bnewbold | 2016-12-26 | 1 | -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 progress | bnewbold | 2016-12-19 | 1 | -35/+35 |
| | |||||
* | parser: more features | bnewbold | 2016-12-18 | 1 | -7/+9 |
| | |||||
* | parser: booleans and arrays | bnewbold | 2016-12-18 | 1 | -1/+20 |
| | |||||
* | parser: quantity field for component declaration | bnewbold | 2016-12-18 | 1 | -0/+1 |
| | |||||
* | higher-level modelica parsing AST structs | bnewbold | 2016-12-18 | 1 | -0/+50 |
| | |||||
* | parser: support for math functions (sin, exp, log, etc) | bnewbold | 2016-12-18 | 1 | -3/+47 |
| | |||||
* | parser: refactor components into clauses/decl | bnewbold | 2016-12-18 | 1 | -4/+43 |
| | |||||
* | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 1 | -0/+241 |