[pypy-dev] Parsing in PyPy (and runicode)

Leonardo Santagada santagada at gmail.com
Thu Feb 26 15:08:51 CET 2009


I remember some time ago people on #pypy were talking about redoing  
the parser for python because it was not good enough or something.  
Also the parser generator that cfbolz wrote doesn't support unicode  
and was not suited for automatic-semicolon-insertion.

I think it would be good for a javascript parser that supports unicode  
because the specs call for it and maybe it would be good to python too  
(don't know about prolog/smalltalk though). What would be better, to  
have a parser generator that supports unicode or just everyone write  
their own recursive descendant parser by hand?


--
Leonardo Santagada
santagada at gmail.com






More information about the Pypy-dev mailing list