Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 609 Bytes

poggers

Hey! This is a toy project to learn more about interpreters/compilers and c++. I have always had an interest in "low" level concepts and enjoy working on such projects in my free time. The goal of this project is of course to learn a lot, but also to move towards designing my own TypeScript compiler. Inspiration came from stc and TypeRunner

resources

c++
Writing an Interpreter in Go
and also lots of googling