diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,14 +1,16 @@ +- move create form to sandbox page? +- more descriptive edit page (link to modelica spec?) +- refactor model creation/editing into library routine + cleanups and fixes: -- refactor away metadata into just modelica and examples.toml -- proper error handling types/story - validate incomplete identifiers (?) - + => aka, check that identifiers match component list.. + => involves moving identifiers() to parser? +- remove parser from pub namespace (if it's still there...) - finish rebalance/resolve/rephrase for {x} => tests! -- switch to .mo files -- latex output - tangle demo - http://blog.littleredcomputer.net/math/odex/js/2016/04/03/lotka-volterra.html @@ -34,3 +36,6 @@ later: - rename to "modell-dinge"? - basic generation of python/julia code from model - elm explorer? +- https://siciarz.net/24-days-rust-git2/ +- a more fortress-like syntax +- #![deny(missing_docs)] |