Parser Generator?

Jack nospam at invalid.com
Sun Aug 26 19:26:29 EDT 2007


Thanks Json. There seem to be a few options that I can pursue. Having a hard 
time
chooing one now :)

"Jason Evans" <joevans at gmail.com> wrote in message 
news:1188159150.755231.239390 at o80g2000hse.googlegroups.com...
> On Aug 24, 1:21 pm, "Jack" <nos... at invalid.com> wrote:
>> "Jason Evans" <joev... at gmail.com> wrote in message
>> >    http://www.canonware.com/Parsing/
>>
>> Thanks Jason. Does Parsing.py support Unicode characters (especially 
>> CJK)?
>> I'll take a look.
>
> Parsers typically deal with tokens rather than individual characters,
> so the scanner that creates the tokens is the main thing that Unicode
> matters to.  I have written Unicode-aware scanners for use with
> Parsing-based parsers, with no problems.  This is pretty easy to do,
> since Python has built-in support for Unicode strings.
>
> Jason
> 





More information about the Python-list mailing list