AmayaHena / UWU

UWU is a try to make an exotic programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UWU is a try to make an exotic programming language

License:MIT License


Languages

Language:C++ 96.8%Language:CMake 2.6%Language:Shell 0.6%