| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | basic python compiling | bnewbold | 2017-01-28 | 3 | -2/+153 |
| | | |||||
| * | variable table (in HTML) | bnewbold | 2017-01-28 | 2 | -1/+42 |
| | | |||||
| * | sort the output of HashMaps (eg, for argument order) | bnewbold | 2017-01-16 | 2 | -5/+24 |
| | | |||||
| * | remove redundant helpers from modelthing | bnewbold | 2017-01-16 | 1 | -45/+0 |
| | | |||||
| * | add 'ode' transpile variant for javascript | bnewbold | 2017-01-16 | 2 | -6/+53 |
| | | |||||
| * | only show compiled models conditionally | bnewbold | 2017-01-16 | 1 | -0/+2 |
| | | |||||
| * | refactor repr/transpile names | bnewbold | 2017-01-16 | 6 | -28/+28 |
| | | |||||
| * | use unimplemented macro | bnewbold | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | add latex (via katex) to model pages | bnewbold | 2017-01-14 | 1 | -0/+3 |
| | | |||||
| * | basic LaTeX transpiling | bnewbold | 2017-01-14 | 3 | -1/+101 |
| | | |||||
| * | add repr to webface | bnewbold | 2017-01-14 | 1 | -0/+26 |
| | | |||||
| * | basic sandbox wiki editing and creation | bnewbold | 2017-01-11 | 1 | -4/+165 |
| | | |||||
| * | re-export modelica_parser (and fix tests) | bnewbold | 2017-01-11 | 1 | -1/+1 |
| | | |||||
| * | switch from 'markdown' to 'pulldown-cmark' for markdown rendering | bnewbold | 2017-01-05 | 1 | -3/+8 |
| | | |||||
| * | add /raw/ model download | bnewbold | 2017-01-04 | 1 | -0/+9 |
| | | |||||
| * | switch URL scheme to be based at /m/{namespace}/{model}/ | bnewbold | 2017-01-04 | 1 | -5/+15 |
| | | |||||
| * | refactor error handling with error_chain | bnewbold | 2016-12-27 | 6 | -47/+84 |
| | | |||||
| * | call ::std::process::exit() directly | bnewbold | 2016-12-27 | 2 | -4/+2 |
| | | |||||
| * | remove metadata.toml | bnewbold | 2016-12-26 | 2 | -31/+2 |
| | | | | | | Grab name and decription from modelica source. Only keep around examples in .toml (so far unimplemented) | ||||
| * | fix tests | bnewbold | 2016-12-26 | 1 | -1/+1 |
| | | |||||
| * | updates for parser HashSet stuff | bnewbold | 2016-12-26 | 3 | -22/+15 |
| | | |||||
| * | updates for new modelica-parser-lalrpop hierarchy | bnewbold | 2016-12-26 | 5 | -11/+11 |
| | | |||||
| * | remove variables from metadata files | bnewbold | 2016-12-25 | 1 | -26/+0 |
| | | | | | Plan here is to make these examples only. | ||||
| * | basic AST substituting (finishing first stab at solve_for) | bnewbold | 2016-12-25 | 2 | -4/+33 |
| | | |||||
| * | rustfmt | bnewbold | 2016-12-25 | 4 | -108/+163 |
| | | |||||
| * | switch mt-tool to clap argument parser | bnewbold | 2016-12-25 | 1 | -82/+52 |
| | | |||||
| * | tweaks to work with modelica-parser-lalrpop | bnewbold | 2016-12-19 | 3 | -6/+16 |
| | | |||||
| * | refactor modelica parser into separate crate | bnewbold | 2016-12-17 | 9 | -16495/+36 |
| | | |||||
| * | basic impl of solving equations | bnewbold | 2016-12-02 | 2 | -8/+40 |
| | | |||||
| * | progress on solve_for function | bnewbold | 2016-12-02 | 1 | -0/+65 |
| | | |||||
| * | fix get_constant_vars function type signature | bnewbold | 2016-12-02 | 3 | -8/+14 |
| | | |||||
| * | new intersect_strings helper | bnewbold | 2016-12-01 | 1 | -3/+13 |
| | | |||||
| * | equation rebalancing | bnewbold | 2016-12-01 | 1 | -3/+83 |
| | | |||||
| * | move tests from in-file to separate dir | bnewbold | 2016-11-30 | 2 | -115/+1 |
| | | |||||
| * | identifiers() for simpleequations | bnewbold | 2016-11-30 | 1 | -14/+42 |
| | | |||||
| * | start working on Expr helpers | bnewbold | 2016-11-30 | 1 | -0/+60 |
| | | |||||
| * | fix metadata parsing test | bnewbold | 2016-11-30 | 1 | -3/+13 |
| | | |||||
| * | mt-tool: add missing transpiling usage | bnewbold | 2016-11-30 | 1 | -3/+5 |
| | | |||||
| * | first pass at pretty-printing parser errors | bnewbold | 2016-11-29 | 2 | -1/+61 |
| | | |||||
| * | cargo upgrade (and re-lalrpop) | bnewbold | 2016-11-29 | 1 | -14373/+1270 |
| | | |||||
| * | small code cleanups | bnewbold | 2016-11-29 | 3 | -9/+7 |
| | | |||||
| * | small improvements to CLI tools | bnewbold | 2016-11-29 | 2 | -3/+5 |
| | | |||||
| * | push more variable metadata into the model file | bnewbold | 2016-11-02 | 3 | -3948/+8129 |
| | | |||||
| * | similarly crude javascript output | bnewbold | 2016-11-02 | 3 | -1/+69 |
| | | |||||
| * | skeletal scheme transpilation | bnewbold | 2016-11-02 | 4 | -0/+103 |
| | | |||||
| * | add metadata parsing (toml) | bnewbold | 2016-10-30 | 1 | -9/+35 |
| | | |||||
| * | render markdown | bnewbold | 2016-10-30 | 1 | -0/+2 |
| | | | | | IMPORTANT: simply un-escaping here, which isn't safe | ||||
| * | remembered multi-line string literal syntax | bnewbold | 2016-10-30 | 1 | -5/+6 |
| | | |||||
| * | show example models in webface | bnewbold | 2016-10-29 | 1 | -10/+30 |
| | | |||||
| * | make struct members pub also | bnewbold | 2016-10-29 | 1 | -12/+12 |
| | | |||||
