update readme

This commit is contained in:
Ilya Rezvov
2018-02-19 18:41:40 -08:00
parent f1eae1969a
commit 6a7b82086a
+2 -2
View File
@@ -8,11 +8,11 @@
## Status
* Lexer: supports nested block comments and all lexemes from Spec
* Parser: parses all examples from WebAssembly Core TestsSuit(including folded instructions parsing)
* Renaming Phase: substitute identifiers with correct indexes, expand all implicit type declarations)
* Binary format parser/serializer
## ToDo
* Improve error messages for text representation parsing
* Renaming Phase: substitute identifiers with correct indexes, expand all implicit type declarations)
* Verification Phase: execute verification procedure from Spec
* Text Representation pretty-printer
* Binary format parser/serializer
* Execution Phase: implement simple interpreter for running WebAssembly Core TestsSuit assertions