The Rust implementation of the runtime for lexers and parsers generated with 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.
This crate is on crates.io and can be
used by adding hime_redist
to your dependencies in your project's Cargo.toml
.
toml
[dependencies]
hime_redist = "3.3.0"
Generated lexer and parser codes will import this crate and provide a simple API to parse input text.
The simplest way to contribute is to:
Patches can also be submitted by email, or through the issue management system.
The isse tracker contains tickets that are accessible to newcomers. Look for tickets with [beginner]
in the title. These tickets are good ways to become more familiar with the project and the codebase.
This software is licenced under the Lesser General Public License (LGPL) v3.
Refers to the LICENSE.txt
file at the root of the repository for the full text, or to the online version.