12 lines
205 B
Smalltalk
12 lines
205 B
Smalltalk
Extension { #name : 'PPPredicateParser' }
|
|
|
|
{ #category : '*petitislands' }
|
|
PPPredicateParser >> acceptsEpsilon [
|
|
^ false
|
|
]
|
|
|
|
{ #category : '*petitislands' }
|
|
PPPredicateParser >> isIslandBorder [
|
|
^ true
|
|
]
|