Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

// rest of grammar follows
....parser grammar MyGrammar;

options
{
language=ActionScriptCpp;
}
@includes
{
#include "UserTraits.hpp"
#include "TLexer.hpp"
}
@namespace{ UserNamespace }

...