Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 433 Bytes

goir

crates

  • grparser: A primary crate that parses intermediate representation (IR) into Rust binding
  • grbuilder: Convert a Go language project into Go intermediate representations (IRs)
  • macros: An internal library for generating code at compile-time

Example

An example running is placed at example crate.

IR-binding

The binding structure is described at crates/grparser/README.md