Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added namespace option

...

For generating C# code set "language=CSharp;" in the options block of your grammars. Namespace can set via:

Code Block

@lexer::namespace {
	mynamespace.parser
}

@parser::namespace {
	mynamespace.parser
}