Hi,
I want to know how do i write the grammer for the program below in JavaCC.
app(name : 'First App') {
View(id: top) {
Label(id: l1, text: 'Hello')
Button(id: b1, text: 'Press')
Button(id: b2, text: 'Exit')
}
}
appreciate a reply thanks