Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 375 Bytes

Readme.org

File metadata and controls

12 lines (10 loc) · 375 Bytes

jsq

Generate JavaScript in Haskell using Template Haskell. It extends existing library jmacro with newer JavaScript features.

Roadmap

  • TODO
    • [x] const
    • [x] let
    • [x] module.exports
    • [ ] async/await
    • [ ] ()=>() and ()=>{}
    • [ ] replace Monad.Error with Control.Monad.Trans.Except