package xtc.parser; header { import xtc.util.Utilities; import xtc.tree.Attribute; } class PParser; body { // Used for ZOI public static String startString; } option location,debug,mainMethod; top text; String text = (text1 / text2)*; String text1 = "foo"; String text2 = bar:"bar" { startString = new String(bar.toString()); } "baz";