From 378683d25bdae89fa446b2b82f8dda5d6b34ea33 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 14 Mar 2024 14:37:32 +0100 Subject: feat: initial support of closures Also detection and automatic execution of main function. Make sure that all debug is output to stderr. --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/README.md') diff --git a/parser/README.md b/parser/README.md index 118d9aa..41a09a6 100644 --- a/parser/README.md +++ b/parser/README.md @@ -27,7 +27,7 @@ to the bytecode instructions set except that: Go language support: - [x] named functions -- [ ] anonymous functions (closures) +- [x] anonymous functions (closures) - [ ] methods - [x] internal function calls - [x] external function calls (calling runtime symbols in interpreter) -- cgit v1.2.3