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 GitHub. 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 = "4.0.0"

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

Constants

  • The version of this program
  • The commit that was used to build the application
  • The git tag that was used to build the application