Write-You-A-Lexer is a project that implements a lexer for Python 3.9 version. This project has five Example folders. Each Example folder builds on the previous ...
This repository contains a custom lexer and parser designed to interpret a simplified programming language. The project is implemented in Python 3.10, leveraging the match case feature. It's an ...