Projects

LL1-Parser

Python Implementation of a simple LL(1) parser

Project Overview

LL1-Parser is a top-down parser that handles LL(1) grammars. It takes grammar rules and strings as inputs and checks if the strings can be parsed according to the LL(1) logic.

Repository

GitHub Repository - LL1 Parser