Update TODO
This commit is contained in:
parent
d758631580
commit
1f4a00af06
25
TODO
25
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue