[Python-compilers] a minimal pyir interpreter

Siu Kwan Lam siu at continuum.io
Sat Jul 16 16:26:51 EDT 2016


Hi all,

I am hacking together a minimal PyIR interpreter.  It contains just enough
code to run the "array sum" example we made up during our meeting.  It's
currently at https://github.com/sklam/pyir_interpreter.  It is
pure-python + numpy.  Run test.py
<https://github.com/sklam/pyir_interpreter/blob/master/test.py> to try it
out.

Best,
Siu
-- 
Siu Kwan Lam
Software Engineer
Continuum Analytics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-compilers/attachments/20160716/8d1a2499/attachment.html>


More information about the Python-compilers mailing list