aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-05 18:25:57 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit81b6004928015ced29b0b949e35753977aa17606 (patch)
tree410690c0ddc59b61bb471fe6cea0dcc71e133745 /doc
parentf41317b598e59eefaa912f0d49fe2b1817573d88 (diff)
Add ast resolving using multiple threads
Fix issue where not all files are parsed
Diffstat (limited to 'doc')
-rw-r--r--doc/IMPLEMENTATION.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/IMPLEMENTATION.md b/doc/IMPLEMENTATION.md
index 0da1c1a..5dc6ef5 100644
--- a/doc/IMPLEMENTATION.md
+++ b/doc/IMPLEMENTATION.md
@@ -12,9 +12,9 @@ before the SSA is created.
is optimized before creating the bytecode.
5. If optimization is enabled then the bytecode is optimized.
-# Currently implemented
+# Progress
1. Parsing using multiple threads is done, but the parser is not finished.
-2. Not started.
+2. Resolving ast using multiple threads is done, but the ast resolver is not finished.
3. Not started.
4. Not started.
5. Not started. \ No newline at end of file