aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1fea739..f40660a 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,12 @@
<img src="https://github.com/fengari-lua/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304">
</p>
+
# fengari
+
🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
+
## So far
- [x] Lexing/Parsing
@@ -75,6 +78,7 @@
- [ ] `verybig.lua`
- [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop)
+
## References
- [Source code for Lua 5.3](lua.org/source/5.3/)