README.org
December 29, 2022 ยท View on GitHub
#+OPTIONS: num:nil toc:nil #+STARTUP: inlineimage
-
Axel Haskell + Lisp (+ JVM/Node/..., soon) = Profit!
See [[https://axellang.github.io]]. #+CAPTION: Build Status [[https://travis-ci.org/axellang/axel.svg?branch=master]]
CURRENT STATUS: I'm currently recovering from some academic burnout (much to my chagrin), hence the dearth of recent activity. I promise that Axel is /not/ abandoned, and active development should resume within the next several months. ** Code Style Run
scripts/format.shto format code andscripts/lint.shto run the linter. ** Running Runcabal run -- axelto build and run the project. ** Testing Runscripts/test.shto test the project. *** Golden Tests To prevent issues like #79: Before committing any new (or modified) golden tests, runcabal exec ghci -- -package axel(or equivalent) on the correspondinghsfiles to ensure that they actually parse. (It's okay if they don't compile or evaluate, as long as they are valid Haskell.) ** Examples See the.axelfiles in this repository for example Axel programs.