Skip to content

ClauParser/ClauScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ClauScanner

  1. Parallel Scanner Using thread.

  2. Most TokenType is STRING. also integer is handled as STRING. so, STRING -> INTEGER (Conversion) is needed.

Text Style 000

line comment, multi-line comment, quoted string.
//
/*
*/
*
/
"

Text Style 001

# Paradox Game Save Data Style + line comment ?.
TokenType : {  }  =   "quoted string"   "quoted \" string \" 123 "   string  # line comment

Text Style 002

# json-like?
TokenType : { } : [ ] "quoted string"  "quoted \" string \" 123 "  string  
            /* multi line comment */  // line comment  
            # line comment

About

Parallel Scanner Using thread.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published