From 6157cbb492ba86e7de6cd0af479ae758514a039d Mon Sep 17 00:00:00 2001 From: Ilya Rezvov Date: Sat, 21 Apr 2018 11:28:03 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8283c8..1060d55 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ * [x] Validation Phase: execute a verification procedure from the Spec * [x] Execution Phase: implement a simple interpreter * [x] Support extended Core Test Suit assertion grammar + * [X] Compile Core Tests to Tasty test cases and pass all tests ## Todo * [ ] Improve error messages for text representation parsing * [ ] Text Representation pretty-printer - * [ ] Compile Core Tests to Tasty test cases and pass all tests * [ ] Command line tool for calling interpreter/compiler/validator * [ ] Codegen interface for type enforced generating valid WASM code