Re: Testing complex new syntax

2006-01-17 Thread Carl Friedrich Bolz
[EMAIL PROTECTED] wrote: > Carl Friedrich Bolz wrote: > >>I cannot really say much about how easy it would be to just write a >>preprocessor. However, I think what you are trying to do could be done >>reasonably easy with the PyPy project: >> >>http://codespeak.net/pypy >> >>PyPy is an implementat

Re: Testing complex new syntax

2006-01-17 Thread astromog
Carl Friedrich Bolz wrote: > I cannot really say much about how easy it would be to just write a > preprocessor. However, I think what you are trying to do could be done > reasonably easy with the PyPy project: > > http://codespeak.net/pypy > > PyPy is an implementation of a Python interpreter writ

Re: Testing complex new syntax

2006-01-17 Thread Carl Friedrich Bolz
Hi! [EMAIL PROTECTED] wrote: > I have some significantly extended syntax for Python that I need to > create a reference implementation for. My new syntax includes new > keywords, statements and objects that are sort of like classes but not > really. The implementation is all possible using standar