mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-18 23:21:32 -07:00
meta-expr type operators, for meta-evaluations, to annotate source expression strings of evaluations
This commit is contained in:
@@ -14,7 +14,7 @@ str8_lit_comp("CharLiteral"),
|
||||
str8_lit_comp("Symbol"),
|
||||
};
|
||||
|
||||
String8 e_type_kind_basic_string_table[58] =
|
||||
String8 e_type_kind_basic_string_table[59] =
|
||||
{
|
||||
str8_lit_comp(""),
|
||||
str8_lit_comp("void"),
|
||||
@@ -74,9 +74,10 @@ str8_lit_comp("variadic"),
|
||||
str8_lit_comp("set"),
|
||||
str8_lit_comp("lens"),
|
||||
str8_lit_comp("lens_spec"),
|
||||
str8_lit_comp("meta_expr"),
|
||||
};
|
||||
|
||||
U8 e_type_kind_basic_byte_size_table[58] =
|
||||
U8 e_type_kind_basic_byte_size_table[59] =
|
||||
{
|
||||
0,
|
||||
0,
|
||||
@@ -136,6 +137,7 @@ U8 e_type_kind_basic_byte_size_table[58] =
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
};
|
||||
|
||||
String8 e_expr_kind_strings[48] =
|
||||
|
||||
Reference in New Issue
Block a user