Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call ::std::process::exit() directly | bnewbold | 2016-12-27 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | manually/naively strip comments from raw .mo files | bnewbold | 2016-12-18 | 1 | -4/+12 |
| | |||||
* | parser: example parses files, not just models | bnewbold | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | update/expand parser examples | bnewbold | 2016-12-17 | 1 | -0/+34 |