3 releases (1 stable)

1.1.1 Jun 21, 2022
0.1.1 Jun 9, 2022
0.1.0 Jun 9, 2022

#716 in Programming languages

25 downloads per month

MIT/Apache

22KB
521 lines

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)

Dependencies

~61KB