Skip to content

Commit

Permalink
java parser changes for records and a few other items
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brant committed Mar 27, 2024
1 parent 75b0b94 commit 3898d13
Show file tree
Hide file tree
Showing 7 changed files with 2,225 additions and 1,613 deletions.
2 changes: 1 addition & 1 deletion src/SmaCC_Java/JavaMethodReferenceNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ JavaMethodReferenceNode >> superToken: aSmaCCToken [

{ #category : #generated }
JavaMethodReferenceNode >> tokenVariables [
^ #(#colonColonToken #name #superPeriod #superToken)
^ #(#colonColonToken #name #superToken #superPeriod)
]

0 comments on commit 3898d13

Please sign in to comment.