Some work on vararray. Fix span on post unary. Updated error recovery. Updated return analysis to handle void functions. "while" now disallows error prone next line statement. Working on auto linking. Failable load optimized. Optimization and corrections for call returns + documentation.

This commit is contained in:
Christoffer Lerno
2021-03-24 19:41:28 +01:00
committed by Christoffer Lerno
parent 1bc4400246
commit 4210f1ccb2
49 changed files with 1733 additions and 713 deletions

View File

@@ -103,6 +103,7 @@ add_executable(c3c
src/compiler/sema_types.c
src/compiler/sema_stmts.c
src/compiler/number.c
src/compiler/linker.c
src/utils/vmem.c
src/utils/vmem.h
src/utils/whereami.c