-
Parallel Scanner Using thread.
-
Most TokenType is STRING. also integer is handled as STRING. so, STRING -> INTEGER (Conversion) is needed.
line comment, multi-line comment, quoted string.
//
/*
*/
*
/
"
# Paradox Game Save Data Style + line comment ?.
TokenType : { } = "quoted string" "quoted \" string \" 123 " string # line comment
# json-like?
TokenType : { } : [ ] "quoted string" "quoted \" string \" 123 " string
/* multi line comment */ // line comment
# line comment