/turl

A interpreted programming language written in C++

Primary LanguageC++MIT LicenseMIT

Turl programming language

Find the syntax of the language in SYNTAX.md Examples are included in the examples directory

Building

Building turl is easy! g++ turl.cpp -o turl No dependencies or build system, just a compiler (does not have to be g++)

See what you can make with turl!