Skip to content

Orgonah/Compiler_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Compiler_parser

This project provides a tool to transform a given Context-Free Grammar (CFG) into a normalized form suitable for Recursive Descent Parsing. The tool removes left recursion and performs left factoring, constructs an LL(1) parsing table, and generates a parsing tree for a given input string. you can give your own grammar by changing the input_grammar variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages