feat: 添加 extends 关键字

This commit is contained in:
Luke 2025-08-31 18:34:40 +08:00
parent ce2b480e90
commit 8bc431091c

View File

@ -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"
); );
/** /**