[feature] 再见,编译原理
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
AddLike: 类加运算符 #
|
||||
AssignmentStatement: 赋值语句 #
|
||||
Char: Char #
|
||||
Character: 字符 #
|
||||
Comma: 逗号 #
|
||||
Condition: 条件 #
|
||||
ConditionalExpression: 条件表达式 #
|
||||
ConditionPart: 条件部分 #
|
||||
ConstantDefinition: 常量定义 #
|
||||
Const: Const #
|
||||
Divide: / #
|
||||
Else: Else #
|
||||
Equal: = #
|
||||
Expression: 表达式 #
|
||||
Factor: 因子 #
|
||||
Identifier: 标识符 #
|
||||
If: If #
|
||||
IfStatement: 判断语句 #
|
||||
Int: Int #
|
||||
LBrace: { #
|
||||
LParen: ( #
|
||||
Minus: - #
|
||||
Modulo: % #
|
||||
Multiply: * #
|
||||
MultiplyLike: 类乘运算符 #
|
||||
NoIfStatement: 无判断语句 #
|
||||
Number: 数字 #
|
||||
Operator: 运算符 #
|
||||
PartIfStatement: 部分判断语句 #
|
||||
Plus: + #
|
||||
Program: 程序 #
|
||||
RBrace: } #
|
||||
RParen: ) #
|
||||
Semicolon: ; #
|
||||
Statement: 语句 #
|
||||
StatementList: 语句列表 #
|
||||
String: 字符串 #
|
||||
Term: 项 #
|
||||
Type: 类型 #
|
||||
UnsignedNumber: 无符号数字 #
|
||||
VariableDefinition: 变量定义 #
|
||||
Whitespace: 空白字符 #
|
||||
LogicalOperator: 逻辑运算符 #
|
||||
Reference in New Issue
Block a user