#include <iostream.h>
#include <string>
Include dependency graph for Token.h:

Go to the source code of this file.
Compounds | |
| class | Token |
| Atomic element in an ObjectFile. More... | |
Enumerations | |
| enum | TokenId { nosym = 0, eofsym, lgroupsym, rgroupsym, lsqbracksym, rsqbracksym, lbracksym, rbracksym, commasym, colonsym, semicolonsym, commentsym, commentOpensym, commentClosesym, multiplysym, substractsym, addsym, dividesym, directivesym, numbersym, stringsym, classsym, lastsym } |
| All defined tokens that can be found in an ObjectFile. More... | |
|
|
All defined tokens that can be found in an ObjectFile.
|