Crate chompy

source ·
Expand description

chompy provides a series of utilities used to create parsers. This crate is primarily developed to assist with the specific needs of my own projects but aspires to be robust enough to serve any user interested in creating a parser quickly.

Modules§

  • Handles the creation and management of user-driven errors with chompy.
  • Tools for creating tokens and lexers.
  • Common utilities shared across the different elements of chompy.

Macros§