// tiny.jj // scanner for tiny language // L. Baker // used for class example for learning the javacc tool PARSER_BEGIN(tiny) public class tiny { } PARSER_END(tiny) TOKEN_MGR_DECLS: { } SKIP: { <" " > | <"\t"> | <"\n"> | <"{" (~["}"])* "}"> } TOKEN: { | | | | | | | | | | | | | | | "> | ="> | | | }