You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So I am trying to add a new code practice for Java and I have written a grammar for Java but when i tried to compile the code using
it is throwing error
Node.js v22.15.0
The error is in line 1 and column 23 below is that line
class_declaration -> {modifier} _ :keyword class _ identifier [:keyword extends _ type] [:keyword implements _ type_list] _ class_body;
please explain what changes to make
Beta Was this translation helpful? Give feedback.
All reactions