Get started
Grammars and edition
API Documentation
Release Notes
The parser generator (himecc) is provided as a platform-specific command-line utility:
Version / Tool | himecc | SDK debugger |
---|---|---|
Latest stable | ||
v4.2.4 | ||
v4.2.3 | ||
v4.2.2 | ||
v4.2.1 | ||
v4.2.0 | ||
master (unreleased) |
Otherwise, himecc can be built from sources with cargo:
cargo install hime_compiler
Hime is available through NuGet with:
<ItemGroup>
<PackageReference Include="Hime.Redist" Version="4.0.0"/>
</ItemGroup>
Refer to SymbolSource on how to use debug symbols for these packages.
The Hime runtime for Java is available as a Maven package:
<dependency>
<groupId>fr.cenotelie.hime</groupId>
<artifactId>hime-redist</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
The Hime runtime for Rust is available as a Cargo package:
[dependencies]
hime_redist = "4"