Hi, I'm prototyping my programming language YPL in Python. Therefore, I hacked a plain & simple PEG implementation in Python.
I released this as http://fdik.org/pyPEG under GNU GPL 2.0 - maybe it's of some value for anybody else, too. pyPEG is just one Python file. It uses Python data structures to describe a PEG, and it outputs plain Python data structures as AST. It is not a parser generator, but interprets PEG while runtime. This is what I need for YPL. I tried it out in my language http://fdik.org/yml, and I think it's pretty stable. May the source be with you, VB. -- X-Pie Software GmbH Nobelstrasse 32, 88131 Lindau (Bodensee) mailto:v...@x-pie.de http://www.x-pie.de
signature.asc
Description: OpenPGP digital signature
_______________________________________________ PEG mailing list PEG@lists.csail.mit.edu https://lists.csail.mit.edu/mailman/listinfo/peg