| Description | Hierarchy | Fields | Methods | Properties |
type TTokenRec = record
Record for holding the information about a token stored during the parsing of the stream.
| Name | Description | |
|---|---|---|
![]() |
Bool |
Boolean value of the token (provided the token is of the type toBoolean). |
![]() |
Float |
Floating point value of the token (provided that the token type is |
![]() |
Int |
Integer value of the token (provided that the token type is |
![]() |
SourceLine |
Line in the source file containing the token. |
![]() |
Token |
The actual token. |
![]() |
TokenType |
The type of the token (float, integer, boolean, or string). |