fri.patterns.interpreter.parsergenerator.examples
Class HelloWorldParser2

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

public class HelloWorldParser2
extends java.lang.Object

"Hello World" example 2. Checks if "Hello" is followed by "World", arbitrary whitespaces. Shows how to use the serialization parser builder (quick loading for big syntaxes).

Author:
Fritz Ritzberger

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

HelloWorldParser2

public HelloWorldParser2()
Method Detail

main

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