7 lines
123 B
Smalltalk
7 lines
123 B
Smalltalk
|
Extension { #name : 'PPLiteralParser' }
|
||
|
|
||
|
{ #category : '*petitcompiler' }
|
||
|
PPLiteralParser >> id [
|
||
|
^ literal printString
|
||
|
]
|