News

Astral's UV tool makes it fast and easy to set up Python environments and projects. It also gives you another superpower. You ...
This project involves the development of a lexer and parser using Python, aimed at providing foundational components for a compiler or interpreter. The primary goals are to implement a lexical ...
A compiler for miniPython, a simplified subset of Python, built with SableCC. Includes lexical, syntactic, and semantic analysis with AST generation.