Open nilsonLazarin opened 1 year ago
Hi Nilson,
this a known issue of the JCM parser.... If someone here has more experience with JavaCC parser generator, it would be a great help fixing this issue. (the parser is code is at https://github.com/jacamo-lang/jacamo/blob/master/src/main/javacc/JaCaMoProjectParser.jj)
Hello everyone,
When I put the "}" in a new line, it works well. See lines 17,20,23,26,29.
But when I put the "}" on the same line, the interpreter complains. See line 16.