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