syntax-rs 0.1.0

A library for parsing programming languages.
Documentation

Syntax - The parsing library

Usage

Add this to your Cargo.toml:

[dependencies]
syntax = "0.1.0"

Features

  • char_spec enables default functionality for the UnicodeSpec trait. (Default)
  • span enables the use of Spans. (Default)