More generation from meta data
This commit is contained in:
31
meta.py
31
meta.py
@@ -89,4 +89,33 @@ token_rest = [
|
||||
["Keyword", "[Keyword]"],
|
||||
]
|
||||
|
||||
token_kinds = token_simple_expr + token_assign_expr + token_rest
|
||||
token_kinds = token_simple_expr + token_assign_expr + token_rest
|
||||
|
||||
keywords = [
|
||||
"struct",
|
||||
"union",
|
||||
"true",
|
||||
"default",
|
||||
"break",
|
||||
"false",
|
||||
"return",
|
||||
"switch",
|
||||
"Assert",
|
||||
"if",
|
||||
"elif",
|
||||
"pass",
|
||||
"else",
|
||||
"for",
|
||||
"enum",
|
||||
]
|
||||
|
||||
interns = [
|
||||
"SizeOf",
|
||||
"Length",
|
||||
"AlignOf",
|
||||
"foreign",
|
||||
"strict",
|
||||
"void",
|
||||
"flag",
|
||||
"it",
|
||||
]
|
||||
Reference in New Issue
Block a user