From a100428b19b6fd46dd09a17058df98f46c32024a Mon Sep 17 00:00:00 2001 From: Daniel Connelly Date: Tue, 28 Nov 2023 10:29:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eafe2bd..4e538f8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ built-ins for string processing, garbage collection): - [x] scanner - [x] parser - [x] analyzer and type checker -- [x] emitter (int-only) +- [x] emitter +- [x] emit and execute a hand-translated ast - [x] wasmtime vm embedding w/external print - [ ] translator - [ ] add strings