syntax-rs 1.1.1

A library for parsing programming languages.
Documentation
  • Coverage
  • 3.17%
    2 out of 63 items documented0 out of 43 items with examples
  • Size
  • Source code size: 26.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Bitbot25

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)