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.
python pascal compiler lexical-analysis code-formatter compiler-design source-code-analysis pascal-programming programming-language-tools
- Updated
May 4, 2024 - Python