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

https://github.com/undin/compiler

Simple compiler to LLVM bytecode (compilers course at ITMO University)
https://github.com/undin/compiler

compiler llvm

Last synced: 12 months ago
JSON representation

Simple compiler to LLVM bytecode (compilers course at ITMO University)

Awesome Lists containing this project

README

          

# Compiler [![Build Status](https://travis-ci.org/Undin/compiler.svg?branch=master)](https://travis-ci.org/Undin/compiler)

## Features
See [wiki](https://github.com/Undin/compiler/wiki)

## Requirements
* `java 7`
* `llvm 3.9.0` (`llc` util needs for test)
* `clang`

## Build
run `./gradlew build` for *nix or `gradlew.bat build` for Windows

## Run
`java -jar .jar `