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

Method isDelimiter

Rewrite-Parser.js:2507–2509  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

2505 }
2506
2507 isDelimiter(char) {
2508 return ['(', ')', ','].includes(char)
2509 }
2510
2511 tokenize() {
2512 // console.log('=== 开始词法分析 ===')

Callers 1

tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected