Skip to content
Felix Guo edited this page Jun 9, 2019 · 9 revisions

Compiling and Running

Simply clone this repository, and run make to run a build. The resulting binary is in /bin/. You will probably want to add /path/to/wendy/bin to your path so you can run wendy everywhere.

There are multiple targets in the default make. You can run make test to run tests, make libraries to compile standard libraries, and make main to only build wendy without running tests or building the libraries.

Typing wendy --help or wendy -h will display the usage details. There are options to print out the parsed abstract syntax tree, parsed tokens, generated code, as well as options to compile without running, and running it in REPL mode by simply running wendy.

Useful Links

Basic documentation and online runner can be found at: felixguo.me/wendy.

Technical details of the language can be found in this Wiki.

Clone this wiki locally