MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub /

Class

Rewrite-Parser.js:2561–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2559
2560 // 语法分析器
2561 class Parser {
2562 constructor(tokens) {
2563 this.tokens = tokens
2564 this.position = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected