Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

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