Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/matchers/lang/cfamily/States"

Index

Variables

Const DoubleString

DoubleString: LangState = new LangState("string", false, true)

Const EscapeNextCharacter

EscapeNextCharacter: LangState = new LangState("\\x", false, false)

Const Normal

Normal: LangState = new LangState("normal", false, false)

Const SlashSlashComment

SlashSlashComment: LangState = new LangState("//comment", true, false)

Const SlashStarComment

SlashStarComment: LangState = new LangState("/*comment", true, false)

Generated using TypeDoc