Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 596 Bytes

The Amy Programming Language

Amy is a strict, Haskell-like programming language that compiles to LLVM. It is currently under heavy development, so if you happen to come across this repo please excuse the lack of documentation. There are however some examples of source code along with LLVM output in the integration-tests directory.

Documentation

See the docs directory for more thorough documentation. It contains both user-facing documentation and compiler documentation for the amy compiler.