Skip to content

sergiosgc/Text_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text_Parser

Driver class for LALR text parsers.

This package contains an abstract LR parser and an abstract LALR parser. These abstract parsers lack the transition tables (an action table containing shift and reduce actions and a goto table), as well as reduction functions. The transition tables are usually automatically generated from a grammar definition, using Text_Parser_Generator.

You probably have no direct need for this package, and should use Structures_Grammar or Text_Parser_BNF to define a grammar and Text_Parser_Generator to generate a parser.

About

Driver class for LR and LALR text parsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages