Crates.io | syntax-rs |
lib.rs | syntax-rs |
version | 1.1.1 |
source | src |
created_at | 2022-06-09 18:44:40.099631 |
updated_at | 2022-06-21 12:57:15.46691 |
description | A library for parsing programming languages. |
homepage | |
repository | https://github.com/Bitbot25/pangvm/syntax-rs |
max_upload_size | |
id | 602812 |
size | 27,176 |
Add this to your Cargo.toml
:
[dependencies]
syntax-rs = "0.1.1"
char_spec
enables default functionality for the UnicodeSpec trait. (Default)span
enables the use of Span
s. (Default)debug
prints pre-defined debug output to stderr. (Will be user-defined in the future)