ClementNerma / Parsy

A pure Rust parser combinators library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsy

A parsing combinator library, originally inspired by chumsky.

It aims to provide a simple yet elegant way to combine small parsers to parse anything from small formats to full-fledged programming languages.

Tutorial still in writing

You can find examples in the examples and tests directories.

You can find a large, real-world example in the ReShell project.

About

A pure Rust parser combinators library

License:Apache License 2.0


Languages

Language:Rust 100.0%