Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 894 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 894 Bytes

WARNING

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... '-'

DescriptiOWOn

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.

BUWUild

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

Clean

If needed a cute script to clean the files generated after a build:

#!/bin/bash

rm -rf build/
rm -rf UWU

Preview