axel-0.0.12: README.org
#+OPTIONS: num:nil toc:nil
#+STARTUP: inlineimages
* Axel
Haskell + Lisp (+ JVM/Node/..., soon) = Profit!
See [[https://axellang.github.io]].
#+CAPTION: Build Status
[[https://travis-ci.org/axellang/axel.svg?branch=master]]
** Code Style
Run ~scripts/format.sh~ to format code and ~scripts/lint.sh~ to maintain code quality.
** Running
Run ~scripts/build.sh~ to build the project, ~stack run -- <arguments>~ to run the project, and ~scripts/test.sh~ to test the project.
** Examples
See the `.axel` files in this repository for example Axel programs.