Update TODO
This commit is contained in:
parent
3a4e4b8ec6
commit
bb528821ad
6
TODO
6
TODO
|
@ -1,10 +1,8 @@
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- TODO -
|
- TODO -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
K> Reading terminals from lexesis + checking for unknown symbols
|
|
||||||
-> Voorbeelden
|
-> Voorbeelden
|
||||||
-> brainfuck? bare bones? bash transpiler?
|
-> brainfuck? bare bones? bash transpiler?
|
||||||
R> simple calculator
|
|
||||||
-> include in tests
|
-> include in tests
|
||||||
-> Unit tests
|
-> Unit tests
|
||||||
-> LR(0)
|
-> LR(0)
|
||||||
|
@ -24,13 +22,15 @@ K> Reading terminals from lexesis + checking for unknown symbols
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- MOSTLY DONE -
|
- MOSTLY DONE -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
R> README: bash completion + precedence
|
R> README: bash completion + precedence + error recovery
|
||||||
R> JSON port -> rewrite once named rules exist
|
R> JSON port -> rewrite once named rules exist
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
- DONE -
|
- DONE -
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
K> Reading terminals from lexesis + checking for unknown symbols
|
||||||
|
R> simple calculator
|
||||||
K> Parsodus Parsodus parser
|
K> Parsodus Parsodus parser
|
||||||
-> Precedence + fill precedence in rules
|
-> Precedence + fill precedence in rules
|
||||||
-> rule naming (problem: multiple rules same name -> change in backend)
|
-> rule naming (problem: multiple rules same name -> change in backend)
|
||||||
|
|
Loading…
Reference in New Issue