Clean Javascript modules for front-end development
Go to file
Tissevert e751a60f47 Forgot to enable warnings in GHC 2020-01-01 17:14:10 +01:00
demo Add a simple Fibonacci example to demonstrate three little modules 2020-01-01 17:13:43 +01:00
src Take monadic type out of the Context module to wait for Module data structure to be defined and enhanced with priorities and all 2020-01-01 10:16:15 +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 Forgot to enable warnings in GHC 2020-01-01 17:14:10 +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.