Files
gt4carp/src/Carp/ByteString.extension.st
Veit Heller 199758d97d Multiple changes:
- Add the book and a few first pages
- Add the code generator
2022-04-17 19:48:45 +02:00

12 lines
200 B
Smalltalk

Extension { #name : #ByteString }
{ #category : #'*Carp' }
ByteString >> asCarpModule [
^ CarpModule named: self
]
{ #category : #'*Carp' }
ByteString >> asCarpSymbol [
^ CarpSymbol named: self
]