Glove is a library for working with QBE intermediate representation (IR) in Gleam. Provides utilities and functions to generate QBE code using the Gleam programming language.
To use Glove, you need to have the following dependencies installed:
Gleam programming language - Install instructions can be found here
QBE Backend can be found here
You can find a working example here
QBE IL Documentation can be found here
gleam test # Run the tests
Package can be added to your Gleam project:
gleam add glove
and its documentation can be found at https://hexdocs.pm/glove.