Core: #compiler_breakpoint
This commit is contained in:
@@ -339,7 +339,7 @@ enum Ast_Kind : uint32_t {
|
||||
AST_SWITCH_CASE,
|
||||
AST_VAR_UNPACK,
|
||||
AST_BREAK,
|
||||
AST_COMPILER_BREAKPOINT,
|
||||
AST_COMPILER_BREAKPOINT_STMT,
|
||||
AST_CONTINUE,
|
||||
AST_COMPOUND,
|
||||
AST_TYPE,
|
||||
@@ -380,7 +380,8 @@ enum {
|
||||
AST_PARENT_POLYMORPH = 1 << 17,
|
||||
AST_POLYMORPH_INSTANCE = 1 << 18,
|
||||
|
||||
AST_TYPESPEC = 1 << 18,
|
||||
AST_TYPESPEC = 1 << 19,
|
||||
AST_COMPILER_BREAKPOINT = 1 << 20,
|
||||
};
|
||||
|
||||
struct Ast {
|
||||
|
||||
Reference in New Issue
Block a user