An open API service indexing awesome lists of open source software.

https://github.com/progval/rpython-langjs

based on https://bitbucket.org/pypy/lang-js
https://github.com/progval/rpython-langjs

Last synced: 3 months ago
JSON representation

based on https://bitbucket.org/pypy/lang-js

Awesome Lists containing this project

README

        

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

.. _`PyPy`: https://bitbucket.org/pypy/pypy