Skip to content
/ jsq Public

Metaprogramming JavaScript... in Haskell. A fork of jmacro

License

Notifications You must be signed in to change notification settings

cyberglot/jsq

Repository files navigation

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

About

Metaprogramming JavaScript... in Haskell. A fork of jmacro

Topics

Resources

License

Stars

Watchers

Forks