Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.1 KB

CodeTuah

CodeTuah is a compiled esolang based on brainfuck. Finally you can give your computer that "hawk tuah" and "spit on that thang" and by "that thang" I mean inefficent slow and bulky languages because codetuah is blazingly fast. Having a compiler written in C and a very minimal instruction set.

The repository even includes a python script (./tools/translator.py) to help translate boring brainfuck code into sleek modern tuahcode.

Brainfuck to CodeTuah

brainfuck codetuah
+ hawk
- tuah
> spit
< on
, that
. thang
[] []

Requirements

  • Linux
  • GCC
  • GNU Make
  • NASM
  • LD Linker

Install

To install codetuah you must build the binary from source.

git clone https://github.com/Icosa-dev/codetuah.git
cd codetuah

make                 # generate binary
cp codetuah /usr/bin
make clean           # get rid of build artifacts

Usage

codetuah <INFILE>

This will take a .tuah file as input and output a.out executable binary