Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse out exponentiation | bnewbold | 2017-01-14 | 1 | -1/+2 |
| | |||||
* | parser: fix string_literals | bnewbold | 2016-12-26 | 1 | -1/+2 |
| | |||||
* | radically simplify scope of parsing | bnewbold | 2016-12-26 | 1 | -85/+1 |
| | | | | | | | | 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 | -13/+35 |
| | |||||
* | parser: more features | bnewbold | 2016-12-18 | 1 | -18/+51 |
| | |||||
* | catch parser up with AST; remove generated parser rust | bnewbold | 2016-12-18 | 1 | -7/+100 |
| | | | | | | The size of the generated parser file has exploded (to, eg, 8+ MB). Because we need to generate this anyways on every compile, remove it from version control (with gitignore). | ||||
* | parser: booleans and arrays | bnewbold | 2016-12-18 | 1 | -0/+6 |
| | |||||
* | parser: quantity field for component declaration | bnewbold | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | parser: support for math functions (sin, exp, log, etc) | bnewbold | 2016-12-18 | 1 | -3/+16 |
| | |||||
* | parser: refactor components into clauses/decl | bnewbold | 2016-12-18 | 1 | -8/+22 |
| | |||||
* | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 1 | -0/+97 |