8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: