Update TODO

This commit is contained in:
Robin Jadoul 2017-01-28 18:35:14 +01:00
parent 3a4e4b8ec6
commit bb528821ad
1 changed files with 3 additions and 3 deletions

6
TODO
View File

@ -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)