From 81b6004928015ced29b0b949e35753977aa17606 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 5 Mar 2019 18:25:57 +0100 Subject: Add ast resolving using multiple threads Fix issue where not all files are parsed --- doc/IMPLEMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3