7 lines
123 B
Smalltalk
7 lines
123 B
Smalltalk
|
Extension { #name : 'PPPreviousParser' }
|
||
|
|
||
|
{ #category : '*petitcompiler' }
|
||
|
PPPreviousParser >> changesContext [
|
||
|
^ false
|
||
|
]
|