blog-static/content/series/compiling-a-functional-lang.../_index.md

12 lines
416 B
Markdown
Raw Normal View History

2023-01-31 18:53:02 -08:00
+++
title = "Compiling a Functional Language using C++"
summary = """
This series covers the implementation of a compiler for a lazily evaluated
functional language using C++ and LLVM. The language is initially based on
my project for a university course in compilers, but is extended with many
additional features, such as polymorphism, let-in expressions, and
polymorphism.
"""
status = "complete"
+++