Back to Browse

Building a Javascript Interpreter in C++ — Lexer (Part 1)

2.0K views
Apr 8, 2026
41:09

Source code: https://github.com/SalarAlo/javascript_plus_plus In this series, I build a JavaScript interpreter from scratch in C++. Upcoming parts will cover parsing, AST construction and execution.

Download

0 formats

No download links available.

Building a Javascript Interpreter in C++ — Lexer (Part 1) | NatokHD