update readme
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
## Status
|
## Status
|
||||||
* Lexer: supports nested block comments and all lexemes from Spec
|
* Lexer: supports nested block comments and all lexemes from Spec
|
||||||
* Parser: parses all examples from WebAssembly Core TestsSuit(including folded instructions parsing)
|
* 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
|
## ToDo
|
||||||
* Improve error messages for text representation parsing
|
* 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
|
* Verification Phase: execute verification procedure from Spec
|
||||||
* Text Representation pretty-printer
|
* Text Representation pretty-printer
|
||||||
* Binary format parser/serializer
|
|
||||||
* Execution Phase: implement simple interpreter for running WebAssembly Core TestsSuit assertions
|
* Execution Phase: implement simple interpreter for running WebAssembly Core TestsSuit assertions
|
||||||
|
|||||||
Reference in New Issue
Block a user