aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/examples
Commit message (Collapse)AuthorAgeFilesLines
* call ::std::process::exit() directlybnewbold2016-12-271-2/+1
|
* radically simplify scope of parsingbnewbold2016-12-261-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 functionbnewbold2016-12-191-8/+1
|
* parser: more models (not working)bnewbold2016-12-192-1/+30
|
* parser: more featuresbnewbold2016-12-181-14/+14
|
* parser: more weird examplesbnewbold2016-12-185-0/+49
|
* manually/naively strip comments from raw .mo filesbnewbold2016-12-181-4/+12
|
* parser: remove multi-line comment examplebnewbold2016-12-181-2/+1
|
* parser: example parses files, not just modelsbnewbold2016-12-181-1/+1
|
* update/expand parser examplesbnewbold2016-12-1711-0/+129
|
* refactor modelica parser into separate cratebnewbold2016-12-173-0/+22