Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radically simplify scope of parsing | bnewbold | 2016-12-26 | 1 | -1/+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: make strip comments a function | bnewbold | 2016-12-19 | 1 | -8/+1 |
| | |||||
* | parser: more models (not working) | bnewbold | 2016-12-19 | 2 | -1/+30 |
| | |||||
* | parser: more features | bnewbold | 2016-12-18 | 1 | -14/+14 |
| | |||||
* | parser: more weird examples | bnewbold | 2016-12-18 | 5 | -0/+49 |
| | |||||
* | manually/naively strip comments from raw .mo files | bnewbold | 2016-12-18 | 1 | -4/+12 |
| | |||||
* | parser: remove multi-line comment example | bnewbold | 2016-12-18 | 1 | -2/+1 |
| | |||||
* | parser: example parses files, not just models | bnewbold | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | update/expand parser examples | bnewbold | 2016-12-17 | 11 | -0/+129 |
| | |||||
* | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 3 | -0/+22 |