summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-03-14 14:37:32 +0100
committerMarc Vertes <mvertes@free.fr>2024-03-14 14:37:32 +0100
commit378683d25bdae89fa446b2b82f8dda5d6b34ea33 (patch)
treecbf624e4eb38fafe51a12a718b48f43192cfcfac /parser/README.md
parent60170bad25f912e0ba44e4c0095b54f6e26e307e (diff)
feat: initial support of closures
Also detection and automatic execution of main function. Make sure that all debug is output to stderr.
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md2
1 files changed, 1 insertions, 1 deletions
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)