diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-25 21:55:56 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-25 21:55:56 -0800 |
commit | c902f8215546d73e1584380d7bb841cf965dc86f (patch) | |
tree | ec0664053ed0470411ee9ff0be1e42e0cb37f9d7 /modelica-parser-lalrpop | |
parent | b7b147c82e93ab86eb99a80f1a051e4c648b7425 (diff) | |
download | modelthing-c902f8215546d73e1584380d7bb841cf965dc86f.tar.gz modelthing-c902f8215546d73e1584380d7bb841cf965dc86f.zip |
update TODOs
Diffstat (limited to 'modelica-parser-lalrpop')
-rw-r--r-- | modelica-parser-lalrpop/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modelica-parser-lalrpop/TODO b/modelica-parser-lalrpop/TODO index 2c6d3d2..cdb58cb 100644 --- a/modelica-parser-lalrpop/TODO +++ b/modelica-parser-lalrpop/TODO @@ -1,4 +1,7 @@ -- re-flatten components (using inline rust code) +- skip parser documentation (only document exported stuff) + => explicit export instead of ::* (!!!) +- re-flatten components into simpler AST (using inline rust code) + => eg, simplify components - annotation => ability to parse out Documentation - class |