mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
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:
committed by
Christoffer Lerno
parent
1bc4400246
commit
4210f1ccb2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user