Class Summary |
Operator |
It is a Token object that is recognized as an Operator at the CodesTable |
OperatorTest |
Created on May 31, 2004 |
Parenthetic |
It is a Token object that is recognized as an Parenthetic at the CodesTable. |
ParentheticTest |
Created on Jun 29, 2004 |
Pointing |
This is a token entity that recognize punctuation symbols. |
PointingTest |
Created on Jun 29, 2004 |
StringToken |
It is a Token object that is recognized as a string at the CodesTable. |
StringTokenTest |
Created on May 29, 2004 |
Token |
A token is a set of informations about the peaces read from the source to be
compiled. |