17 lines
298 B
Smalltalk
17 lines
298 B
Smalltalk
|
Extension { #name : 'PPPluggableParser' }
|
||
|
|
||
|
{ #category : '*petitislands' }
|
||
|
PPPluggableParser >> acceptsEpsilon [
|
||
|
^ true
|
||
|
]
|
||
|
|
||
|
{ #category : '*petitislands' }
|
||
|
PPPluggableParser >> acceptsEpsilonOpenSet: set [
|
||
|
^ true
|
||
|
]
|
||
|
|
||
|
{ #category : '*petitislands' }
|
||
|
PPPluggableParser >> isIslandBorder [
|
||
|
^ false
|
||
|
]
|