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

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.