aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4218110..fbc41e7 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
## So far
+- [x] Lexing/Parsing
- [x] Parse bytecode
- [x] Opcodes
- [ ] Basic types representation:
@@ -210,8 +211,6 @@
- [x] Math
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [ ] DOM API binding
-- [ ] Parse Lua
-- [ ] Generate bytecode
## References