mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
0.5.3: Single-module not respected. Fix issue with compiler defined types. Fix optimization levels for projects. Use GEP i8 on offsets. Optimize foreach on len 1 arrays. Move panic blocks last. Fix generic module wildcard imports. Deprecate init_temp / init_new. Fix issue with macro vaarg and untyped lists. Fix extern const globals.
This commit is contained in:
committed by
Christoffer Lerno
parent
e91f6e268e
commit
deb4cc7c4b
@@ -36,7 +36,7 @@ TypeInfo *parse_optional_type(ParseContext *c);
|
||||
TypeInfo *parse_type_with_base(ParseContext *c, TypeInfo *type_info);
|
||||
Expr* parse_constant_expr(ParseContext *c);
|
||||
|
||||
Decl *parse_const_declaration(ParseContext *c, bool is_global);
|
||||
Decl *parse_const_declaration(ParseContext *c, bool is_global, bool is_extern);
|
||||
Expr *parse_integer(ParseContext *c, Expr *left);
|
||||
Expr *parse_decl_or_expr(ParseContext *c, Decl **decl_ref);
|
||||
void recover_top_level(ParseContext *c);
|
||||
|
||||
Reference in New Issue
Block a user