BSD-3-Clause licensed by Joshua Grosso
Maintained by [email protected]
This version can be pinned in stack with:axel-0.0.4@sha256:1050bdfcfc541c0c6a0ada57558500ae6f6dd01505bfe05c8dccafe29d8eb9e6,3256

Module documentation for 0.0.4

#+OPTIONS: num:nil toc:nil
* Axel
Haskell + Lisp + JVM/Node/... = Profit!

See [[https://axellang.github.io]].
** Code Style
Use ~hindent~ to format code and ~hlint~ to catch errors.
** Running
Run ~scripts/build.sh~ to build the project, and ~stack exec axel-exe~ to run ~app/Main.hs~. The executable takes one argument, the path of the Haskell program to transpile and execute.
** Examples
See the ~examples~ folder for example Axel programs.