- 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:
Christoph Oelckers 2008-04-08 17:25:19 +00:00
commit f7a1fb3978
8 changed files with 49 additions and 44 deletions

View file

@ -51,6 +51,7 @@ enum
{
XLAT_INCLUDE=128,
XLAT_STRING,
XLAT_FLOATVAL, // floats are not used by the grammar
};
DEFINE_TOKEN_TRANS(XLAT_)