-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
Basic documentation and online runner can be found at: felixguo.me/wendy.
Technical details of the language can be found in this Wiki.