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