seanfisk / fly-compiler

Simple compiler in LLVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Lecture: Fly Compiler

Installation

If you don't have it already, install Homebrew. Then the following commands to install pre-requisites for the compiler:

brew update
brew bundle

Development

The build system for compiling the compiler utilizes CMake and Ninja. However, there is a script to run the build easily:

scripts/build

The produced executable will be output to build/flyc.

About

Simple compiler in LLVM


Languages

Language:C++ 75.9%Language:CMake 18.4%Language:Python 4.0%Language:Common Lisp 0.9%Language:NewLisp 0.4%Language:Ruby 0.4%