Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 470 Bytes

dodo-lang

A language for the coming decline of civilization

Have a look in the examples/ folder to get an idea of the syntax and semantics of the language.

Building

Just run the build.py script with any modern Python 3 version. You'll need to have a relatively recent version of the MSVC compiler tools (cl.exe) in your path.

You can also build with build.py --runtests to also compile and run all .do files found in the tests and examples folders.