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)
- Host: GitHub
- URL: https://github.com/undin/compiler
- Owner: Undin
- Created: 2016-03-10T01:05:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T09:45:36.000Z (about 9 years ago)
- Last Synced: 2025-02-12T06:38:35.039Z (about 1 year ago)
- Topics: compiler, llvm
- Language: Kotlin
- Homepage:
- Size: 364 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiler [](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 `