Skip to content

jmdyck/LR_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LR_Parser

This Python3 module defines a class (LR_Parser) that, given a context-free grammar, constructs an LR(1) or SLR(1) parser (possibly with conflicts), which can then be used to parse input, either 'canonically' or in a GLR style.

About

Construct and use an LR-style parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages