PetitCommonMark/software/PetitParser/BlockClosure.extension.st

9 lines
213 B
Smalltalk
Raw Permalink Normal View History

Extension { #name : 'BlockClosure' }
{ #category : '*petitparser-core-converting' }
BlockClosure >> asParser [
"Answer a parser implemented in the receiving one-argument block."
^ PPPluggableParser on: self
]