diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-18 19:21:28 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-18 19:21:50 -0800 |
commit | 24b2dc9c022cf1daa95418328019d12e5198b06b (patch) | |
tree | ca8758830d76f8b3d1dd47c72d09fd7bafa5fa6e /modelica-parser-lalrpop/TODO | |
parent | 469629360dd8aad2f7ca6937cd266b1ab6901bab (diff) | |
download | modelthing-24b2dc9c022cf1daa95418328019d12e5198b06b.tar.gz modelthing-24b2dc9c022cf1daa95418328019d12e5198b06b.zip |
TODO and move build.rs out of src
Diffstat (limited to 'modelica-parser-lalrpop/TODO')
-rw-r--r-- | modelica-parser-lalrpop/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modelica-parser-lalrpop/TODO b/modelica-parser-lalrpop/TODO new file mode 100644 index 0000000..3512bc5 --- /dev/null +++ b/modelica-parser-lalrpop/TODO @@ -0,0 +1,4 @@ +- "modifications" +- annotation +- re-flatten components (using inline rust code) +- additional AST simplifications using inline code? |