diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:52:15 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-14 19:52:56 -0800 |
commit | b6b328d1a47b97ae4988bf6d1091a5cfa81fb708 (patch) | |
tree | 45e463474398e2933774cb28e6083685ef629604 /TODO | |
parent | 3078a03c59ee93db8c74b78309770e14b1981aef (diff) | |
download | modelthing-b6b328d1a47b97ae4988bf6d1091a5cfa81fb708.tar.gz modelthing-b6b328d1a47b97ae4988bf6d1091a5cfa81fb708.zip |
update TODO and examples (aspirations!)
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)] |