Quench
A programming language.
Installation
Linux
macOS 10
Windows
Save quench-windows.exe as quench.exe
somewhere on your PATH.
Usage
Pass --help
to the binary you just installed:
You will see an example Quench program and instructions on how to run it.
Editors
Support (and instructions) for specific text editors can be found in the editors folder.
Development
Prerequisites
Basics
Clone this repo, cd
into it, and run an example using cargo run
:
Or if you want to use the #!/usr/bin/env quench
shebang, first install:
Then run the example directly:
Other
If you want to modify the grammar, be sure to follow the instructions in the tree-sitter-quench folder.
License
This repository is released under the MIT License.
I am providing code in the repository to you under an open source license. Because this is my personal repository, the license you receive to my code is from me and not my employer (Facebook).