Crate hime_redist

source ·
Expand description

This crate provides the redistributable runtime for Hime-generated parsers It contains the runtime APIs for lexers and parsers generated using Hime. For more information about how to generate parsers using Hime, head to Hime. The code for this library is available on Bitbucket. This software is developed by the Assocation Cénotélie, France.

Usage

This crate is on crates.io and can be used by adding hime_redist to your dependencies in your project’s Cargo.toml.

[dependencies]
hime_redist = "3.4.1"

and this to your crate root:

extern crate hime_redist;

Modules

Module for Abstract-Syntax Trees
Module for the definition of lexical and syntactic errors
Module for lexers API
Module for parsers API
Module for the definition of a parse result
Module for the definition of grammar symbols
Module for text-handling APIs
Module for the definition of lexical tokens
Module for utility APIs