aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/examples/parse_file.rs
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
|
* manually/naively strip comments from raw .mo filesbnewbold2016-12-181-4/+12
|
* parser: example parses files, not just modelsbnewbold2016-12-181-1/+1
|
* update/expand parser examplesbnewbold2016-12-171-0/+34