Skip to content

Alu is a super programming language that is definitely not inspired by Lua !

License

Notifications You must be signed in to change notification settings

paulogarithm/Alu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alu

Alu is an interpretted programming language that uses bytecode.

How to build

First, clone the repository and enter it

git clone https://github.com/paulogarithm/Alu
cd Alu

Using CMake

You will need:

  • CMake
  • GCC

Copy paste the commands bellow:

mkdir build
cd build
cmake ..
make

The binary is in ./build/alu.

Using ninja

You will need:

  • NinjaBuild
  • GCC

Just run:

ninja

The binary is in ./alu.

About

Alu is a super programming language that is definitely not inspired by Lua !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published