aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-04-24 21:22:53 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit7f524c427597cc998f243769b0e22e4f450c55cf (patch)
tree0dba782c2214d1ce5309ba71cfd3dddaee4a52a1 /doc
parent328a9c8310e8bab250b04e9e001ab0d890d33074 (diff)
Progressing on bytecode (to c), fix ssa resolving multiple times
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