diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/IMPLEMENTATION.md | 4 |
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 |