Login   Register  
PHP Classes
elePHPant
Icontem

Class: LR Parsing Tables

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Debug  >  LR Parsing Tables  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: LR Parsing Tables
Base name: lr_parsing_tables
Description: Generate parsing tables for context free grammars
Related classes: ,
Version: 1.0
PHP version: 4.0
License: GNU General Public License (GPL)
All time users: 423 users
All time rank: 4904
Week users: 0 users
Week rank: 2469
Picture of Debug
Author: Debug <e-mail contact>
Packages: 4 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Age: 22
All time rank: 46754 in United States United States
Week rank: 715 Down75 in United States United States Down
Innovation award
Innovation award
Nominee: 4x


  Detailed description  
This class can be used to generate parsing tables for context free grammars.

It takes arrays with the expressions that define the productions of the language to parse.

The class returns arrays with LR(0) action and goto tables with non-deterministic cells for subsequent LR parsing.

 

  Groups  
Group folder image Language Constructs to assist in the language control View top rated classes

  Rate classes User ratings   Applications   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
January 2009
Number 7
Many programming languages are described by context free grammars that can be parsed by LR (left to right) parsers that evaluate expressions and produce a single result expression.

This package can generate parsing tables for parsing source code of languages that can be parsed by LR parsers.

Manuel Lemos

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file documentation.txt Doc. Documentation
Accessible without login HTML file example.html Output Example Output
Accessible without login Plain text file example.php Example Example code
Accessible without login Plain text file lr_parser_tables.class.php Class The LR Parsing Tables class.

Download all files: lr_parsing_tables.tar.gz lr_parsing_tables.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.