Writing an interpreter for language similar to python!!

Hendrik van Rooyen mail at microcorp.co.za
Thu Mar 1 01:16:19 EST 2007


"luvsat" <luv.urs at gmail.com> wrote:


> Hello all,
>
> I am new to python and working on a project that involves designing a
> new language. The grammar of the language is very much inspired from
> python as in is supports nearly all the statements and expressions
> that are supported by python.

8<-----------------------------

This post begs the following questions:

- Why make a new language, when
- It is going to be an inferior subset of Python -
- What can the motivation be to do this instead of contributing to the python
effort?

Dont forget about GNU Bison, if you persist...

- Hendrik







More information about the Python-list mailing list