- Removed some unnecessary morphing code.
- Fixed some bugs in the HIRESTEX parser. - Added floating point support and #include and #define tokens to FParseContext Not used yet. - replaced the value scanning code in FParseContext::GetToken with calls to strtol. SVN r893 (trunk)
This commit is contained in:
parent
3a14dab2e8
commit
f7a1fb3978
8 changed files with 49 additions and 44 deletions
|
|
@ -51,6 +51,7 @@ enum
|
|||
{
|
||||
XLAT_INCLUDE=128,
|
||||
XLAT_STRING,
|
||||
XLAT_FLOATVAL, // floats are not used by the grammar
|
||||
};
|
||||
|
||||
DEFINE_TOKEN_TRANS(XLAT_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue