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

Testing complex new syntax

2006-01-16 Thread astromog
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 standard Python, but the implementation isn't