User manual

Table Of Contents
mikroC PRO for PIC32
MikroElektronika
175
- Jump Statements
- Break and Continue Statements
- Goto Statement
- Return Statement
- Compound Statements (Blocks)
- Preprocessor
- Introduction to Preprocessor
- Preprocessor Directives
- Macros
- File Inclusion
- Preprocessor Operators
- Conditional Compilation
Lexical Elements Overview
The following topics provide a formal denition of the mikroC PRO for PIC32 lexical elements. They describe different
categories of word-like units (tokens) recognized by the mikroC PRO for PIC32.
In the tokenizing phase of compilation, the source code le is parsed (that is, broken down) into tokens and whitespace.
The tokens in the mikroC PRO for PIC32 are derived from a series of operations performed on your programs by the
compiler and its built-in preprocessor.