aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/IMPLEMENTATION.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/IMPLEMENTATION.md b/doc/IMPLEMENTATION.md
index 3956de2..387c6eb 100644
--- a/doc/IMPLEMENTATION.md
+++ b/doc/IMPLEMENTATION.md
@@ -16,5 +16,6 @@ is optimized before creating the bytecode.
1. Parsing using multiple threads is done, but the parser is not finished.
2. Resolving ast using multiple threads is done, but the ast resolver is not finished.
3. Generating ssa using multiple threads is done, but the ssa generator is not finished.
-4. Not started.
+4. Generating bytecode using multiple threads is done, but the bytecode generator is not finished.
+Currently it generates C code.
5. Not started. \ No newline at end of file