Hi all, I'm attempting to implement a R (Splus language) interpreter in PyPy so that R statistical modules can be used in Python, as an alternative to R runtime + RPy platform. Currently, I have R language in EBNF, how do I go from here? Thanks in advance, maurice