Understanding How Parsers Work : Writing My Own Programming Language
So, you’ve built a lexer that can break down source code into meaningful tokens—things like keywords, operators, and symbols. But what's next? While lexing breaks the input into smaller parts, it doesn’t tell us how these parts fit together. That’s w...
blog.zuhayr.dev6 min read