Skip to content

Icosa-dev/codetuah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published