/sjc

Javascript compiler which gives you nice speedy native code, written in Python

Primary LanguagePython

speedy javascript compiler

javascript compiler that produces code faster than you can finish

Environment setup

Before running the project, you will need to set up some sort of virtual environment for yourself to install the dependencies in.

python -m venv .venv

if you're new to virtual environments, i'm too lazy to repeat what has already been written somewhere else so i'll link to that instead

Developer instructions

Once you've set up an environment properly, you'll need to install all the dependencies.

# make sure you're in the virtual environment
pip install -r requirements.txt

To run sjc as a developer, you don't need to build anything. Simply execute

python -m sjc

and you're off to the races 🚀