External module "lib/matchers/lang/cfamily/States"
Variables
Const DoubleString
Double
String: LangState = new LangState("string", false, true)
Const EscapeNextCharacter
Escape
NextCharacter: LangState = new LangState("\\x", false, false)
Const Normal
Normal
: LangState = new LangState("normal", false, false)
Const SlashSlashComment
Slash
SlashComment: LangState = new LangState("//comment", true, false)
Const SlashStarComment
Slash
StarComment: LangState = new LangState("/*comment", true, false)