For the case of the token is used by the parser to aid in parsing the file:

INPUT OUTPUT

EOFILE break

EOL get next line

WHITESPACE do not process but get next char

STRING do not process or change this string

LITERAL do not process or change this string

LINECOMMENT do not process or change this string

BEGINCOMMENT do not process or change data after this

section up to the 'ENDCOMMENT'

ENDCOMMENT end of comment block defined by the

'BEGINCOMMENT' section header.

CLASS

EVENT

HANDLEEVENT add the token to the output file.

IMPORT add the imports to the file header.

CLASSNAME add the classname to the output file.

LBRACE do not process but retain in the file.

RBRACE do not process but retain in the file.

OTHER do not process but retain in the file.


Page 16

Document Index

Page 18