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

Class

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

Source from the content-addressed store, hash-verified

2971
2972 // 语法分析器
2973 class Parser {
2974 constructor(tokens) {
2975 this.tokens = tokens
2976 this.position = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected