Skip to content

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.

Notifications You must be signed in to change notification settings

Cizr/MatrixParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Matrix Parser with PLY

This Python project implements a matrix parser using PLY (Python Lex-Yacc). The parser is designed to recognize and process matrices written in a specific syntax. It provides a simple way to define and parse matrices with the flexibility of PLY.

Usage

The parser allows users to input matrix expressions and validates their syntax. It can be used as a foundation for more advanced matrix-related applications or as a learning tool for working with PLY in Python.

How it Works

The parser follows a set of defined grammar rules to recognize matrix structures. It leverages the PLY library for lexing and parsing, providing a robust and extensible framework for syntax analysis.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Cizr/MatrixParser.git 
    

Benkaddour Med Racim - ILC

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages