Skip to content

progval/rpython-langjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langjs

langjs is an implementation of javascript programming language, written in Python using RPython.

You will need to install some dependencies. You can do it with:

pip install -r requirements.txt

And make sure you have PyPy_ on your PYTHONPATH.

To run tests:

$ PYTHONPATH=. py.test