blob: 13befb3cfa1b7bfaf6ac5f316070041a8f1ca045 [file] [log] [blame]
grammar {
start = foo
foo = grammar {
x = element bar { parent bar }
}
bar = attribute bar.att { text }
}