Narrow some of the tags

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-03-13 15:59:46 -07:00
parent 474c3a8348
commit 2130b00752
20 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
---
title: Compiling a Functional Language Using C++, Part 13 - Cleanup
date: 2020-09-19T16:14:13-07:00
tags: ["C and C++", "Functional Languages", "Compilers"]
tags: ["C++", "Functional Languages", "Compilers"]
series: "Compiling a Functional Language using C++"
description: "In this post, we clean up our compiler."
---