Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 162 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 162 Bytes

jsf-hs

A jsf*ck compiler written in Haskell.

Usage

Compile using:

$ ghc -o jsf jsf.hs

And run with:

$ ./jsf input.js > output.js