Skip to content

Commit

Permalink
Merge pull request #4 from moosetechnology/smacc-error
Browse files Browse the repository at this point in the history
dealing with SmaCCError in visitor
  • Loading branch information
NicolasAnquetil authored Dec 30, 2023
2 parents 1e16b3b + e7a5443 commit bf29b8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MoosePy/MSEPythonToFamixImporterVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,11 @@ MSEPythonToFamixImporterVisitor >> visitPower: anInvocation [
^ super visitPower: anInvocation
]

{ #category : #visiting }
MSEPythonToFamixImporterVisitor >> visitSmaCCError: aSmaCCError [
^nil
]

{ #category : #visiting }
MSEPythonToFamixImporterVisitor >> visitSmaCCParseNode: aSmaCCParseNode [
"override to return the result of the visits"
Expand Down

0 comments on commit bf29b8f

Please sign in to comment.