Compiler: Fix empty return compound codegen

This commit is contained in:
Krzosa Karol
2023-04-21 09:06:48 +02:00
parent 3207a390c8
commit 1e12f51451
5 changed files with 16 additions and 7 deletions

View File

@@ -1,4 +1,10 @@
/*@language_refactor: Remove tuples and simplify, Make var unpacking general*/
/*@language_todo: make polymorphism checking more robust*/
/*@language_todo: labeled block
It acts just like a scope in C.