The best programming language to take over the world implemented in Python
- π - increment
- π - decrement
- π- go right
- π- go left
- π₯Ί- print char
- π³- get char
- π₯΄- random short
- π- jump to π‘if curr == 0
- π‘- jump back to π if curr != 0
*definitely not just brainfuck with extended functionality that you can use uwufier conversion tool
Running it by first building it in c with make
or just use gcc src/main.c -Wall -std=c99 -o uwulang
. Once you have the binary, if you provide a file as the first arg, it will take the contents of the file and run UwULang on it ie. ./uwulang test/hellOwOrld.uwu
. Otherwise if you provide no args, it will take input from standard in and run UwULang on it.
Print Hello World to the console
ππππππππππππππππππππππππππππππππππ‘ππππππππππππ‘πππ‘πππ₯Ίπππππ₯Ίππππππππ₯Ίπ₯Ίππππ₯Ίπππ₯Ίπππ₯Ίππ₯Ίππππ₯Ίπππππππ₯Ίπππππππππ₯Ίππππ₯Ίππππ₯Ί
Print the first 10000 square numbers
ππππππππππππππ‘πππππππππππ‘ππππππππππππππ‘ππππππππππππ‘ππππππ‘ππππππ‘πππππππππ‘ππππππππππ‘πππππππππππππππππππππ‘πππ₯Ίππππππππππ‘ππ‘πππππππππππππππ‘ππππππππππππππππ‘ππππππππππππππππππ‘ππππππ‘π‘πππππππ‘ππ‘ππππ‘ππππ‘
If you want to convert bf files to UwU files, note the conversion script in ./pseudocode
does not work, use the Golang version instead