fri.patterns.interpreter.parsergenerator.syntax.builder.examples
Class Example

java.lang.Object
  |
  +--fri.patterns.interpreter.parsergenerator.syntax.builder.examples.Example

public class Example
extends java.lang.Object

This example reads the SyntaxBuilder EBNF specification, builds a lexer and parser from it, and parses its own specification with these rules.

Author:
(c) 2002, Fritz Ritzberger

Constructor Summary
Example()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

main

public static void main(java.lang.String[] args)