Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

First jit improvements #95

Closed cfbolz closed 5 years ago

cfbolz commented 5 years ago

This contains two things

Run the latter with PYTHONPATH=src/:<path-to-pypy> python2 -m pytest tests/jit.py -s after installing graphviz and pygame

Bystroushaak commented 5 years ago

Thanks!