Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.18 KB

CrabRave Programming Language

CrabRave

CrabRave is a fun and unique programming language based on Brainfuck, which utilizes crab and sea-life emojis as its syntax rather than traditional characters. This language adds a creative and engaging touch to programming.

The process involves transpiling CrabRave code to the Crab intermediate language, which is then compiled into a binary executable.

Usage

Requirements

To use CrabRave, you will need to have the crabc compiler installed. For Unix systems, it can be easily installed with the CrabLang toolchain by running the following command:

sh <(curl https://install.crablang.org -L)

Compiling CrabRave

Once you have cloned the CrabRave repository, you can compile a CrabRave file using the following command:

crabgo run -- /path/to/file.rave

After compilation, you can execute the output file named "compiled".

Important Note

Although CrabRave offers a novel and entertaining programming experience, it is not recommended for serious or professional use. Enjoy it as a creative programming exercise!