Skip to content
/ sjc Public

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

Notifications You must be signed in to change notification settings

llvmscript/sjc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🚀

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages