fri.patterns.interpreter.parsergenerator.examples
Class HelloWorldParser

java.lang.Object
  |
  +--fri.patterns.interpreter.parsergenerator.examples.HelloWorldParser

public class HelloWorldParser
extends java.lang.Object

"Hello World" example. Checks if "Hello" is followed by "World", arbitrary whitespaces. This example shows how to build parser and lexer from scratch.

Author:
Fritz Ritzberger

Constructor Summary
HelloWorldParser()
           
 
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

HelloWorldParser

public HelloWorldParser()
Method Detail

main

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