Clean Javascript modules for front-end development
Go to file
Tissevert f3c43c79e7 Implement the imports, dependencies solving and generation of the code 2020-01-01 17:27:49 +01:00
demo Add a simple Fibonacci example to demonstrate three little modules 2020-01-01 17:13:43 +01:00
src Implement the imports, dependencies solving and generation of the code 2020-01-01 17:27:49 +01:00
.gitignore First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00
CHANGELOG.md First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00
LICENSE First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00
README.md First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00
SJW.cabal Write a priority queue module to handle dependencies efficiently 2020-01-01 17:16:19 +01:00
Setup.hs First draft defining the structure of the program, needs to implement «imports» and the actual compilation 2019-12-30 12:16:05 +01:00

README.md

SJW

The Simple Javascript Wrench is a tool made to compile a set of independant Javascript modules into a single executable javascript file as expected by a webbrowser. It allows you to write (relatively) clean Javascript and to package it into one single script that will run once the page loading it is loaded.