Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 735 Bytes

ALB Compiler

Compiler for the ALB Programming Language (in current development)

current version none last stable version none

build passing

Found a bug?

Contact us! At [email protected] and we will fix it as soon as possible.

The blog

Here you can find information, documentation and lessons related to ALB:

The ALB Programming Language Official Blog

To build

Tested on Arch Linux. Requires CMake (3.12 or greater)

cmake -S . -B cmake_build && cd cmake_build && make