PetitCommonMark/software/petitcompiler/PPLiteralParser.extension.st

7 lines
123 B
Smalltalk

Extension { #name : 'PPLiteralParser' }
{ #category : '*petitcompiler' }
PPLiteralParser >> id [
^ literal printString
]