Building Parsers with Java

sjm.examples.pretty
Class ShowDangle

java.lang.Object
  |
  +--sjm.examples.pretty.ShowDangle

public class ShowDangle
extends java.lang.Object

Show that the Dangle.statement() parser is ambiguous.


Constructor Summary
ShowDangle()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show that the Dangle.statement() parser is ambiguous.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowDangle

public ShowDangle()
Method Detail

main

public static void main(java.lang.String[] args)
Show that the Dangle.statement() parser is ambiguous.

by Steve Metsker