Update TODO

This commit is contained in:
Robin Jadoul 2017-01-30 16:35:21 +01:00
parent d758631580
commit 1f4a00af06
1 changed files with 7 additions and 18 deletions

25
TODO
View File

@ -1,34 +1,23 @@
-----------------------------------------------------------------------
- TODO -
-----------------------------------------------------------------------
-> Voorbeelden
-> brainfuck? bare bones? bash transpiler?
-> include in tests
T> Lexesis input file
-> Unit tests
-> LR(0)
-> SLR
-> LR(1)
-> LALR
#R 1 enkel LR(1)
#K 1 LR(1) + LALR(1)
#T 1 LR(0)
#K 1 LR(1) + LALR(1)
#T 1 LR(0)
-> Table generator (independent of specific tables)???
-> JSON/example tests
-> presentation
-> publication / LICENSE
-> BF tests
-----------------------------------------------------------------------
- MOSTLY DONE -
-----------------------------------------------------------------------
R> README: bash completion + precedence + error recovery
R> JSON port -> rewrite once named rules exist
R> README: bash completion + precedence + error recovery + debug
-----------------------------------------------------------------------
- DONE -
-----------------------------------------------------------------------
-> publication / LICENSE
-> presentation
K> Reading terminals from lexesis + checking for unknown symbols
R> simple calculator
K> Parsodus Parsodus parser