aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 689e7a6..df63a2c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,6 +15,7 @@ There is a WebAssembly build, you can [try it online](https://mistivia.github.io
- A simple mark-sweep GC
- Writing macro is easy with quasiquote, unquote, and slicing-unquote
- No global state, you can run multiple interpreters in multiple threads
+- Exception and try-catch
- Support C-like control flow statements
- return
- break