On Mon, May 24, 2010 at 12:51 AM, Rahul R <rahul8...@gmail.com> wrote:

> Hello everyone ,
> I am new to this community . recently i attended a python workshop in my
> college and got a lot mesmerised by the language so finally decided to port
> my mini project which i have partially written using LEX and Yacc into
> python. i would be glad if you could provide me some valuable suggestions
> on
> how to go about doing so.
>
> I had once found pyparsing http://pyparsing.wikispaces.com/ quite nice
though I used it in a casual experiment.

I had documented my usage here :
http://codeblog.dhananjaynene.com/2010/01/extracting-data-using-recursive-descent-parsing/which
hopefully should indicate how its usage is in many ways far simpler
than traditional lex/yacc one.

Dhananjay

>
> Thanking You
> Rahul
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
--------------------------------------------------------
blog: http://blog.dhananjaynene.com
twitter: http://twitter.com/dnene
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to