feat: 添加 extends 关键字
This commit is contained in:
parent
ce2b480e90
commit
8bc431091c
@ -29,7 +29,7 @@ public class TokenFactory {
|
|||||||
("module", "function", "params", "returns", "body", "end",
|
("module", "function", "params", "returns", "body", "end",
|
||||||
"if", "then", "else", "loop", "declare", "return", "import", "init",
|
"if", "then", "else", "loop", "declare", "return", "import", "init",
|
||||||
"cond", "step", "globals", "break", "continue", "const",
|
"cond", "step", "globals", "break", "continue", "const",
|
||||||
"new"
|
"new", "extends"
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user