Skip to content

Understanding how interpreters work by implementing a lexer and parser

Notifications You must be signed in to change notification settings

kangsjin/modern-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern-parser

This project is a study📖 initiative aimed at understanding how interpreters work. It was inspired by a tutorial series on YouTube that explains the process using the Go language.

⚠️ However, instead of using Go, I have chosen to implement the code in TypeScript and Bun.


To install dependencies:

bun install

To run:

bun .

About

Understanding how interpreters work by implementing a lexer and parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published