aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop
Commit message (Expand)AuthorAgeFilesLines
* switch to sci notation for floats (except latex)bnewbold2017-01-281-1/+1
* parser: fix get_constant_vars()bnewbold2017-01-161-3/+3
* parser: show values and descriptions in-linebnewbold2017-01-161-2/+10
* parse out exponentiationbnewbold2017-01-143-1/+29
* parser: statically compile regex w/ lazy_staticbnewbold2017-01-072-4/+6
* call ::std::process::exit() directlybnewbold2016-12-271-2/+1
* parser: fix string_literalsbnewbold2016-12-262-1/+5
* parser: refactor vec operations into hashsetbnewbold2016-12-262-46/+39
* radically simplify scope of parsingbnewbold2016-12-264-146/+6
* parser: namespacingbnewbold2016-12-254-6/+45
* update TODOsbnewbold2016-12-251-1/+4
* parser: more progressbnewbold2016-12-192-48/+70
* parser: make strip comments a functionbnewbold2016-12-192-8/+11
* parser: README + TODO tweaksbnewbold2016-12-192-3/+9
* parser: more models (not working)bnewbold2016-12-192-1/+30
* parser: more featuresbnewbold2016-12-183-39/+74
* parser: more weird examplesbnewbold2016-12-185-0/+49
* TODO and move build.rs out of srcbnewbold2016-12-183-1/+5
* manually/naively strip comments from raw .mo filesbnewbold2016-12-182-4/+13
* parser: remove multi-line comment examplebnewbold2016-12-181-2/+1
* parser: reserved keywords list (for ref)bnewbold2016-12-181-0/+61
* parser: add basic READMEbnewbold2016-12-182-0/+19
* catch parser up with AST; remove generated parser rustbnewbold2016-12-183-24934/+101
* parser: booleans and arraysbnewbold2016-12-182-1/+26
* parser: example parses files, not just modelsbnewbold2016-12-181-1/+1
* parser: quantity field for component declarationbnewbold2016-12-182-1/+2
* higher-level modelica parsing AST structsbnewbold2016-12-181-0/+50
* parser: don't print expected if there aren't anybnewbold2016-12-181-4/+12
* parser: support for math functions (sin, exp, log, etc)bnewbold2016-12-184-3040/+7265
* parser: refactor components into clauses/declbnewbold2016-12-183-4380/+9237
* modelica-parser tests TODObnewbold2016-12-171-0/+7
* update/expand parser examplesbnewbold2016-12-1711-0/+129
* refactor modelica parser into separate cratebnewbold2016-12-1712-0/+16507