Crates.io | parsley |
lib.rs | parsley |
version | 0.10.0 |
source | src |
created_at | 2018-12-21 11:17:43.459297 |
updated_at | 2022-07-31 00:31:31.162896 |
description | An implementation of Scheme |
homepage | |
repository | https://github.com/g-s-k/parsley |
max_upload_size | |
id | 103088 |
size | 176,691 |
what if scheme...but rust. still working on a backronym.
cargo install parsley
installs the interpreter - see the
docs if you want to use it as a library.
src
.cargo install
-able binary is in src/bin/parsley
.gh-pages
) homepage is in examples/www
.
serve
) or compile (build
) it, cd
into that directory and use
trunk
. Its output will be placed in ./examples/www/dist
.npm
package is in examples/npm
.
wasm-pack
. Its output will be placed in examples/npm/pkg
.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.