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