Related articles |
---|
parser generator with DBCS option sergey.z@sapiens.com (Sergey Zamansky) (2000-09-15) |
Re: parser generator with DBCS option grosch@cocolab.de (2000-09-21) |
From: | "Sergey Zamansky" <sergey.z@sapiens.com> |
Newsgroups: | comp.compilers |
Date: | 15 Sep 2000 01:33:42 -0400 |
Organization: | Compilers Central |
Keywords: | i18n |
Hello,
Which parser generator can handle input files that contain two
bytes-per-character (DBCS)?
Sergey
[Most of the parser generators I know of expect token codes for input,
not characters. Large character set lexers are a separate and somewhat
more complex issue that's been addressed here before. Extending lex to
larger character sets is tricky because lex uses the character code as
the index into tables, and 256 entry tables are a lot smaller than 64K
entry tables. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.