README.md


<img src="https://github.com/Willyboar/glove/assets/22755228/bfd9673f-a105-4083-82d8-84bf4b0ff071">


[![Package Version](https://img.shields.io/hexpm/v/glove)](https://hex.pm/packages/glove)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glove/)


## About 
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. 

## Requirements

To use Glove, you need to have the following dependencies installed:

Gleam programming language - Install instructions can be found [here](https://gleam.run/getting-started/installing/)

QBE Backend can be found [here](https://c9x.me/compile/)


## Quick start

You can find a working example [here](https://github.com/Willyboar/glove_example)

QBE IL Documentation can be found [here](https://c9x.me/compile/doc/il.html)

## Run the tests
```sh
gleam test  # Run the tests
```

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add glove
```

and its documentation can be found at <https://hexdocs.pm/glove>.