Skip to content

PLY parser for Java files, supporting integer and boolean variables, arithmetic and logical operations, variable assignments, conditional statements, and simple looping.

Notifications You must be signed in to change notification settings

Cizr/PLY-Parser-for-Java-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PLY-Parser-for-Java-Files

PYTHON VERSION : Python 3.11.6 This repository contains a subset that includes the following features:

Integer and Boolean Variables: You can create and manipulate integer and boolean variables to work with numeric and logical data.

Arithmetic and Logical Operations: Perform common arithmetic and logical operations on variables and values.

Variable Assignments: Assign values to variables, allowing you to store and update data.

Conditional Statements: Implement conditional tests using if statements to control program flow based on specific conditions.

Simple Looping: Create basic loops with for or while constructs, enabling repetitive execution of code.

This repository includes a PLY (Python Lex-Yacc) parser to read and process Java files. This parser can help you analyze and extract information from Java source code files, making it a valuable tool for understanding and working with Java code. -Benkaddour Med Racim.

About

PLY parser for Java files, supporting integer and boolean variables, arithmetic and logical operations, variable assignments, conditional statements, and simple looping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published