axel-0.0.1: README.org
#+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.