diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |