summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-03-02 14:27:33 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-03-02 15:08:57 +0100
commit2e83b8d2e3ac6c30a53e7919a1808b732aeff5a4 (patch)
treeb3f97c5148bebdec4356e6e25e59f0f49a7461fe /README.md
parent005223711f4e11da5c8f24d19d6e8a6b64f603a8 (diff)
downloadfengari-2e83b8d2e3ac6c30a53e7919a1808b732aeff5a4.tar.gz
fengari-2e83b8d2e3ac6c30a53e7919a1808b732aeff5a4.tar.bz2
fengari-2e83b8d2e3ac6c30a53e7919a1808b732aeff5a4.zip
[Parsing tests] LEN, CONCAT
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