# himecc # The command-line tool to generate LR and GLR parsers for .Net, Java and Rust. For more information about how to generate parsers using Hime, head to [Hime](https://cenotelie.fr/projects/hime). The code for this library is available on [GitHub](https://github.com/cenotelie/hime). This software is developed by the [Assocation Cénotélie](https://cenotelie.fr/), France. ## Usage ## ```sh himecc --help himecc -t:rust test.gram ``` ## How can I contribute? ## The simplest way to contribute is to: * Fork this repository on [GitHub](https://github.com/cenotelie/hime). * Fix [some issue](https://github.com/cenotelie/hime/issues?status=new&status=open) or implement a new feature. * Create a merge request on GitHub. Patches can also be submitted by email, or through the [issue management system](https://github.com/cenotelie/hime/issues). The [isse tracker](https://github.com/cenotelie/hime/issues) 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. ## License ## This software is available under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).