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