Crates.io | pest_duckyscript |
lib.rs | pest_duckyscript |
version | 14.0.0 |
source | src |
created_at | 2023-01-02 06:04:22.966691 |
updated_at | 2023-01-11 14:58:35.781586 |
description | Hak5 DuckyScript and MallardScript language grammers - used for parsing/compilation. |
homepage | https://github.com/Nate-Wilkins/pest_duckyscript |
repository | https://github.com/Nate-Wilkins/pest_duckyscript |
max_upload_size | |
id | 749157 |
size | 214,940 |
pest_duckyscript
Hak5 DuckyScript and MallardScript language grammers - used for parsing/compilation.
cargo install pest_duckyscript
This package contains Parsing Expression Grammar (PEG) files for both DuckyScript and MallardScript.
See the Official Documentation for what DuckyScript looks like or look at the grammar files in this repository.
Currently a subset of DuckyScript designed to add the following commands:
IMPORT relative_path_to.mallardscript
: Which will be inlined when built with
mallardscript.Written in rust. You can build and install with the following:
cargo build