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

Method isDelimiter

Rewrite-Parser.beta.js:2919–2921  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

2917 }
2918
2919 isDelimiter(char) {
2920 return ['(', ')', ','].includes(char)
2921 }
2922
2923 tokenize() {
2924 // console.log('=== 开始词法分析 ===')

Callers 1

tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected