Regex: Parsing Lisp with Python

Thomas Guettler zopestoller at thomas-guettler.de
Thu Aug 8 09:43:21 EDT 2002


Hi!

I need to parse lisp with python. Has anyone
experience with this?

I tried it with regexs but it is hard if you want
to get e.g. the second part of a list:

Since:
  (foo bar)
could be:
  ((a b c) d)

Any hints?




More information about the Python-list mailing list