stage1 修复设计问题 实现ast2ir
This commit is contained in:
@@ -20,8 +20,8 @@ type Optional = enum {
|
||||
|
||||
/* ---- 带结构体数据的枚举 ---- */
|
||||
type Point = struct {
|
||||
var x: i32;
|
||||
var y: i32;
|
||||
x: i32;
|
||||
y: i32;
|
||||
}
|
||||
|
||||
type Shape = enum {
|
||||
|
||||
Reference in New Issue
Block a user