blob: cc3a6416087a5ac929c21e1fcf4dd74ab7d52cee [file] [log] [blame]
grammar {
start = foo
foo = grammar {
x = element bar { parent <error>outer</error> }
outer = attribute outer.att { text }
}
}