Please if you want to see a serious project for code quality, don't look to this one... ;_;
Well at the base, this project was only a joke... '-'
UWU is a try to make an exotic programming language.
It's more accurate to say that's a reinterpreter in C.
You can find some docUWUmentation in the Wiki of this repo.
WOwOrking on linux only.
To build the project, CMake is required.
You can use the script:
./bUwUild.sh
You can also do the manual command line:
mkdir build && cd build && cmake .. && make
If needed a cute script to clean the files generated after a build:
#!/bin/bash
rm -rf build/
rm -rf UWU