Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/imteekay/crafting-an-interpreter

Crafting an interpreter/compiler with TypeScript.
https://github.com/imteekay/crafting-an-interpreter

compiler-construction compiler-design compilers javascript programming-language-theory typescript

Last synced: 16 days ago
JSON representation

Crafting an interpreter/compiler with TypeScript.

Lists

README

        

# Crafting an Interpreter

Crafting an interpreter/compiler with TypeScript.

## Series

- [Building an Interpreter Series](https://www.iamtk.co/series/building-an-interpreter)
- [Lexical Analysis - Part 1](https://www.iamtk.co/series/building-an-interpreter/lexical-analysis-part-1)
- [Lexical Analysis - Part 2](https://www.iamtk.co/series/building-an-interpreter/lexical-analysis-part-2)
- [Lexical Analysis - Part 3](https://www.iamtk.co/series/building-an-interpreter/lexical-analysis-part-3)
- [The REPL](https://www.iamtk.co/series/building-an-interpreter/repl)
- [Parser - Part 1](https://www.iamtk.co/series/building-an-interpreter/parser-part-1)