mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Added $converable / $castable. Simplify and corrected if try/catch parsing. Fix bug with { [A] = 1 }
This commit is contained in:
committed by
Christoffer Lerno
parent
7e0a29ef40
commit
812bd8b3d0
@@ -53,7 +53,6 @@ bool try_consume(ParseContext *c, TokenType type);
|
||||
bool consume(ParseContext *c, TokenType type, const char *message, ...);
|
||||
bool consume_const_name(ParseContext *c, const char* type);
|
||||
Expr *parse_precedence_with_left_side(ParseContext *c, Expr *left_side, Precedence precedence);
|
||||
Expr *parse_expr_or_type(ParseContext *c, TypeInfo **type_ref);
|
||||
|
||||
INLINE const char *symstr(ParseContext *c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user