aboutsummaryrefslogtreecommitdiff
path: root/doc/IMPLEMENTATION.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/IMPLEMENTATION.md')
-rw-r--r--doc/IMPLEMENTATION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/IMPLEMENTATION.md b/doc/IMPLEMENTATION.md
index 5dc6ef5..3956de2 100644
--- a/doc/IMPLEMENTATION.md
+++ b/doc/IMPLEMENTATION.md
@@ -15,6 +15,6 @@ is optimized before creating the bytecode.
# Progress
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. Not started.
+3. Generating ssa using multiple threads is done, but the ssa generator is not finished.
4. Not started.
5. Not started. \ No newline at end of file