Go to the first, previous, next, last section, table of contents.


4.5 Tokens

Larch/C++ lexical conventions are similar to those of C++. The different kinds of tokens are given in the grammar below (and in see section 4.15 Alternative Tokens); they are described in the rest of this chapter.

token ::= identifier | simple-id
        | keyword | context-dependent-keyword
        | special-symbol | predicate-keyword
        | informal-comment | literal | lsl-constant


Go to the first, previous, next, last section, table of contents.