syntax-rs 1.1.1

A library for parsing programming languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Syntax - The parsing library


## Usage


Add this to your `Cargo.toml`:

```TOML
[dependencies]
syntax-rs = "0.1.1"
```

## Features


* `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)