Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated "Specifying the namespace for your recognizer" with @namespace rule

...

Code Block
@lexer::namespace {
	My.Custom.NameSpace.For.Lexers
}

@parser::namespace {
	My.Custom.NameSpace.For.ParsersExclTreeParsers
}
 
@namespace {
	My.Custom.NameSpace.For.ParsersInclTreeParsers
}

Syntactic differences from the Java target

...