relix 0.1.1

A Pratt parser implementation for a custom language with support for expressions, statements, and type annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "relix"
version = "0.1.1"
edition = "2024"
authors = ["Sean Merriam"]
description = "A Pratt parser implementation for a custom language with support for expressions, statements, and type annotations"
license = "MIT"
homepage = "https://github.com/seanrobmerriam/relix"
documentation = "https://docs.rs/relix"
repository = "https://github.com/seanrobmerriam/relix"
readme = "README.md"
keywords = ["parser", "lexer", "pratt", "ast", "language"]
categories = ["parser-implementations", "development-tools"]

[dependencies]
regex = "1"