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.
- Host: GitHub
- URL: https://github.com/imteekay/crafting-an-interpreter
- Owner: imteekay
- License: mit
- Created: 2020-12-27T16:28:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T23:01:35.000Z (5 months ago)
- Last Synced: 2024-10-21T22:15:42.509Z (26 days ago)
- Topics: compiler-construction, compiler-design, compilers, javascript, programming-language-theory, typescript
- Language: TypeScript
- Homepage: https://www.iamtk.co/series/building-an-interpreter
- Size: 364 KB
- Stars: 45
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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)