GOOC - Game Oriented Object C

GOOC - Game Oriented Object C

Next: Integers & Fixed-Point Arithmetic, Previous: The Parser, Up: Top
[Contents]

5. Lexer Tokens

5. Lexer Tokens

Tokens are the smallest unit that make up GOOC source code and how the parser reads through it. These lexical elements sorted into seven types: identifiers, keywords, constants, operators, separators, directives and whitespace.