aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* basic sandbox wiki editing and creationbnewbold2017-01-111-0/+2
|
* switch from 'markdown' to 'pulldown-cmark' for markdown renderingbnewbold2017-01-051-1/+1
|
* refactor error handling with error_chainbnewbold2016-12-271-0/+1
|
* switch mt-tool to clap argument parserbnewbold2016-12-251-0/+1
|
* refactor modelica parser into separate cratebnewbold2016-12-171-10/+1
|
* first pass at pretty-printing parser errorsbnewbold2016-11-291-0/+6
|
* cargo upgrade (and re-lalrpop)bnewbold2016-11-291-1/+1
|
* render markdownbnewbold2016-10-301-0/+1
| | | | IMPORTANT: simply un-escaping here, which isn't safe
* add webface skeletonbnewbold2016-10-251-0/+3
|
* update lalrpop version in Cargo.tomlbnewbold2016-10-251-4/+1
|
* work on a minimal modelica parser+astbnewbold2016-09-181-0/+3
|
* rust parser with LALRPOP: pascal examplebnewbold2016-09-161-0/+19
This is all just code from the LALRPOP library docs.