From 7f524c427597cc998f243769b0e22e4f450c55cf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 24 Apr 2019 21:22:53 +0200 Subject: Progressing on bytecode (to c), fix ssa resolving multiple times --- doc/IMPLEMENTATION.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/IMPLEMENTATION.md') 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 -- cgit v1.2.3