Versions Compared

Key

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

...

typedef TLexerTraits TParserTraits;

}

j) There is a small difference between Cpp target and Java Target. Since C++ Target has to work with a header file and a source file, @members section in Java is split into @context (for inserting into header file) and @members (for inserting into cpp file). This is consistent with C-Target behavior

Any suggestions on the API are welcome.