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

Class

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

Source from the content-addressed store, hash-verified

2494function parseRule(input) {
2495 // 分析器
2496 class Tokenizer {
2497 constructor(input) {
2498 this.input = input
2499 this.position = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected