Add all the series pages

This commit is contained in:
2023-01-31 18:53:02 -08:00
parent 5bd8c11a86
commit 7f1b9d31ea
7 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
+++
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"
+++