/basic-compiler-ts

Learning to build basics of compiler in typescript

Primary LanguageTypeScript

Basic compiler/interpreter

A toy implementation of compiler/interpreter in typescript.

Main purpose of this project is to learn how a compiler/interpreter works under the hood using lexer, parsers, ast etc.