Update TODO
This commit is contained in:
parent
9136756c04
commit
f0690690ff
8
TODO
8
TODO
|
@ -1,21 +1,23 @@
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- TODO -
|
- TODO -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
T> Lexesis input file
|
|
||||||
-> Unit tests
|
-> Unit tests
|
||||||
#K 1 LR(1) + LALR(1)
|
#K 1 LR(1) + LALR(1)
|
||||||
#T 1 LR(0)
|
#T 1 LR(0)
|
||||||
-> Table generator (independent of specific tables)???
|
-> Table generator (independent of specific tables)???
|
||||||
-> BF tests
|
R> README: debug
|
||||||
|
|
||||||
|
K> Fix BF
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- MOSTLY DONE -
|
- MOSTLY DONE -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
R> README: bash completion + precedence + error recovery + debug
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- DONE -
|
- DONE -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
-> BF tests
|
||||||
|
R> README: bash completion + precedence + error recovery
|
||||||
|
T> Lexesis input file
|
||||||
-> publication / LICENSE
|
-> publication / LICENSE
|
||||||
-> presentation
|
-> presentation
|
||||||
K> Reading terminals from lexesis + checking for unknown symbols
|
K> Reading terminals from lexesis + checking for unknown symbols
|
||||||
|
|
Loading…
Reference in New Issue