Skip to content

Commit

Permalink
Get rid of explicit elaborateIn:
Browse files Browse the repository at this point in the history
We are trying to abandon this approach in view of
shingarov/MachineArithmetic#334
  • Loading branch information
shingarov committed Aug 14, 2024
1 parent 8045452 commit facfe8f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Sail-Jib/Def_Fn.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ Def_Fn class >> inducedParser [
Def_Fn >> addTo: aJibProgram [
aJibProgram values
at: name
put: self.
self elaborateIn: aJibProgram
]

{ #category : #'as yet unclassified' }
Def_Fn >> elaborateIn: aJibProgram [
"self shouldBeImplemented." "the most interesting thing!"
put: self
]

{ #category : #printing }
Expand Down

0 comments on commit facfe8f

Please sign in to comment.