Update TODO

This commit is contained in:
Robin Jadoul 2017-01-30 16:35:21 +01:00
parent d758631580
commit 1f4a00af06
1 changed files with 7 additions and 18 deletions

25
TODO
View File

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