Parser Generator?

Jack nospam at invalid.com
Fri Aug 24 16:21:44 EDT 2007


Thanks Jason. Does Parsing.py support Unicode characters (especially CJK)?
I'll take a look.

"Jason Evans" <joevans at gmail.com> wrote in message 
news:1187834836.115735.111160 at e9g2000prf.googlegroups.com...
> On Aug 18, 3:22 pm, "Jack" <nos... at invalid.com> wrote:
>> Hi all, I need to do syntax parsing of simple naturual languages,
>> for example, "weather of London" or "what is the time", simple
>> things like these, with Unicode support in the syntax.
>>
>> In Java, there are JavaCC, Antlr, etc. I wonder what people use
>> in Python? Antlr also has Python support but I'm not sure how good
>> it is. Comments/hints are welcome.
>
> I use Parsing.py.  I like it a lot, probably because I wrote it.
>
>    http://www.canonware.com/Parsing/
>
> Jason
> 





More information about the Python-list mailing list