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
- Host: GitHub
- URL: https://github.com/progval/rpython-langjs
- Owner: progval
- Created: 2017-10-01T11:34:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T11:53:22.000Z (over 7 years ago)
- Last Synced: 2025-02-12T05:38:56.164Z (4 months ago)
- Language: C++
- Size: 3.76 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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