Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewxs/llvm-test

A simple language for llvm testing purposes
https://github.com/drewxs/llvm-test

Last synced: 7 days ago
JSON representation

A simple language for llvm testing purposes

Awesome Lists containing this project

README

        

# LLVM Test

A simple toy language for testing out LLVM.

## Building

```sh
make
```

## Running

```sh
make run
# or
./bin/main
```

---

[License](https://github.com/drewxs/llvm-test/blob/main/LICENSE)