You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python project implementing a matrix parser using PLY (Python Lex-Yacc). Recognizes and processes matrices with a specific syntax, offering flexibility and simplicity. Ideal for learning PLY in Python or as a foundation for advanced matrix-related applications.
This repository provides a lexer and parser for the Pascal programming language. Both lexer and parser can generate errors indicating the location in the code.