Skip to content

A Turing-complete, esoteric programming language based on the indie game Baba Is You

License

Notifications You must be signed in to change notification settings

RocketRace/babalang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Babalang?

Babalang is an object-oriented, Turing-complete esoteric programming language inspired by the rule system within the (also Turing-complete) indie game Baba Is You. The language is based around statements (akin to rules in Baba Is You), each with a subject, verb, one or more targets, and an optional condition. The language supports variables, loops, functions, structs, and basic IO operations.

A full language specification is available at the respective esolangs.org page.

The Babalang interpreter

Compiling

Ensure you have Cargo installed on your machine.

After cloning into this repository, run:

cargo build --release.

Running

After creating a file with Babalang source code, run:

babalang path_to_source_file

to execute your program.

About

A Turing-complete, esoteric programming language based on the indie game Baba Is You

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages