Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/
Class
Rewrite-Parser.beta.js:2908–2908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2906
function
parseRule(input) {
2907
// 分析器
2908
class
Tokenizer {
2909
constructor(input) {
2910
this.input = input
2911
this.position = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected