Login   Register  
PHP Classes
elePHPant
Icontem

LR Parsing Tables

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Debug
Name: Debug <e-mail contact>
Packages: 4 Browse all classes by Debug Browse all classes by
Country: United States United States - PHP jobs in United States
Age: 23
All time rank: 40645 in United States United States
Week rank: 111 Up7 in United States United States Up
Innovation award
Innovation award
Nominee: 4x


  Detailed description   Download .zip .tar.gz  
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.

  Classes of Debug  >  LR Parsing Tables  >  Download .zip .tar.gz  >  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
Version: 1.0
PHP version: 4.0
License: GNU General Public License (GPL)
All time users: 433 users
All time rank: 5319
Week users: 0 users
Week rank: 2362 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

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


  Innovation Award  
PHP Programming Innovation award nominee
January 2009
Number 7

Prize: One subscription to the PDF edition of the PHP Architect magazine
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.