Crates.io | quench |
lib.rs | quench |
version | 0.3.0 |
source | src |
created_at | 2021-03-20 18:42:52.17212 |
updated_at | 2021-05-08 05:05:54.894925 |
description | A programming language. |
homepage | |
repository | https://github.com/quench-lang/quench |
max_upload_size | |
id | 371445 |
size | 215,832 |
A programming language.
curl -o quench -L https://github.com/quench-lang/quench/releases/latest/download/quench-linux
chmod +x quench
sudo mv quench /usr/local/bin
curl -o quench -L https://github.com/quench-lang/quench/releases/latest/download/quench-macos
chmod +x quench
sudo mv quench /usr/local/bin
Save quench-windows.exe as quench.exe
somewhere on your PATH.
Pass --help
to the binary you just installed:
quench --help
You will see an example Quench program and instructions on how to run it.
Support (and instructions) for specific text editors can be found in the editors folder.
Clone this repo, cd
into it, and run an example using cargo run
:
cargo run -- run examples/hello.qn
Or if you want to use the #!/usr/bin/env quench
shebang, first install:
cargo install --locked --path .
Then run the example directly:
examples/hello.qn
If you want to modify the grammar, be sure to follow the instructions in the tree-sitter-quench folder.
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).