Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnchildren/nuclear

Attempt at building a simply typed lamba calculus to LLVM compiler
https://github.com/johnchildren/nuclear

Last synced: about 20 hours ago
JSON representation

Attempt at building a simply typed lamba calculus to LLVM compiler

Awesome Lists containing this project

README

        

# nuclear

Just a repository with work vaguely heading towards a compiler for a functional language.

At the moment it's a simply typed lambda calculus with the type system temporarily removed pending code generation working.

Based entirely on tutorials by Steven Diehl.