mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
- $member.get supports bitstructs.
- $member.set for setting members without the *& trick. - io::struct_to_format now supports bitstructs.
This commit is contained in:
@@ -6983,6 +6983,7 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
|
||||
case EXPR_ASM:
|
||||
case EXPR_DESIGNATOR:
|
||||
case EXPR_MEMBER_GET:
|
||||
case EXPR_MEMBER_SET:
|
||||
case EXPR_NAMED_ARGUMENT:
|
||||
case EXPR_BUILTIN:
|
||||
case EXPR_OPERATOR_CHARS:
|
||||
|
||||
Reference in New Issue
Block a user