Skip to main content

· 3 min read

Rome uses a different set of techniques for parsing JavaScript and TypeScript. This tutorial summarizes them in learning order for better understanding.

· 17 min read

JavaScript has one of the most challenging grammar to parse, this tutorial details all the sweat and tears I had while learning it.

· One min read

This article details three github repositories for testing our parser against JavaScript and TypeScript grammar.