|
FORM
4.3
|
#include "form3.h"Go to the source code of this file.
Macros | |
| #define | CHECKPOLY {if(polyflag)MesPrint("&Illegal use of polynomial function"); polyflag = 0; } |
Variables | |
| char * | ttypes [] |
The tokenizer. This is a part of the compiler that does an intermediate type of translation. It does look up the names etc and can do a number of optimizations. The resulting output is a stream of bytes which can be processed by the code generator (in the file compiler.c)
Definition in file token.c.
1.8.14