GOOC - Game Oriented Object C

GOOC - Game Oriented Object C

Next: Whitespace, Previous: Operators, Up: Lexer Tokens
[Contents]

5.5. Separators

5.5. Separators

A separator separates tokens. White space (see next section) is a separator, but it is not a token. The other separators are all single-character tokens themselves: ( ) [ ] { } ; , . :