提交 7cf87372 编写于 作者: chai2010's avatar chai2010

token: 增加箭头符号

上级 3c5e2a31
......@@ -90,6 +90,7 @@ const (
RBRACE // }
SEMICOLON // ;
COLON // :
ARROW // =>
operator_end
keyword_beg
......@@ -192,6 +193,7 @@ var tokens = [...]string{
RBRACE: "}",
SEMICOLON: ";",
COLON: ":",
ARROW: "=>",
BREAK: "break",
CASE: "case",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册