This repository hosts two Python tools for the Pascal programming language: a lexical analyzer and a formatter. The lexical analyzer reads Pascal source code, identifies tokens, and reports lexical errors, while the formatter indents and cleans the source code to improve readability and structure.
pythonpascalcompilerlexical-analysiscode-formattercompiler-designsource-code-analysispascal-programmingprogramming-language-tools
-
Updated
May 4, 2024 - Python