---
title: "The Super Tiny Compiler"
id: "35564"
slug: "the-super-tiny-compiler"
permalink: "https://eay.cc/2019/the-super-tiny-compiler/"
published_at: "2019-03-04T09:01:43+00:00"
author: "Stefan Grund"
type: "post"
format: "link"
tags:
  - "javascript"
  - "technologie"
  - "web development"
external_url: "https://github.com/jamiebuilds/the-super-tiny-compiler"
short_url: "https://eay.li/39b"
---

# The Super Tiny Compiler

[Link →](https://github.com/jamiebuilds/the-super-tiny-compiler)

[Jamie Kyle](https://jamie.build/) vermittelt das Funktionieren eines Compilers – im Quelltext eines Compilers. Tolle Idee.

> This is an ultra-simplified example of all the major pieces of a modern compiler written in easy to read JavaScript.
>
> Reading through the guided code will help you learn about how most compilers work from end to end.
