syntax-rs

Crates.iosyntax-rs
lib.rssyntax-rs
version1.1.1
sourcesrc
created_at2022-06-09 18:44:40.099631
updated_at2022-06-21 12:57:15.46691
descriptionA library for parsing programming languages.
homepage
repositoryhttps://github.com/Bitbot25/pangvm/syntax-rs
max_upload_size
id602812
size27,176
verified (Bitbot25)

documentation

https://docs.rs/syntax/1.1.1/syntax

README

Syntax - The parsing library

Usage

Add this to your Cargo.toml:

[dependencies]
syntax-rs = "0.1.1"

Features

  • char_spec enables default functionality for the UnicodeSpec trait. (Default)
  • span enables the use of Spans. (Default)
  • debug prints pre-defined debug output to stderr. (Will be user-defined in the future)
Commit count: 0

cargo fmt