Start using description meta.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-09 17:29:37 -07:00
parent 17f4ebc297
commit 035b98a602
15 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
title: Compiling a Functional Language Using C++, Part 0 - Intro
date: 2019-08-03T01:02:30-07:00
tags: ["C and C++", "Functional Languages", "Compilers"]
description: "In this first post of a larger series, we embark on a journey of developing a compiler for a lazily evaluated functional language."
---
During my last academic term, I was enrolled in a compilers course.
We had a final project - develop a compiler for a basic Python subset,