Multiple changes:
- Add the book and a few first pages - Add the code generator
This commit is contained in:
11
src/Carp/ByteString.extension.st
Normal file
11
src/Carp/ByteString.extension.st
Normal file
@@ -0,0 +1,11 @@
|
||||
Extension { #name : #ByteString }
|
||||
|
||||
{ #category : #'*Carp' }
|
||||
ByteString >> asCarpModule [
|
||||
^ CarpModule named: self
|
||||
]
|
||||
|
||||
{ #category : #'*Carp' }
|
||||
ByteString >> asCarpSymbol [
|
||||
^ CarpSymbol named: self
|
||||
]
|
Reference in New Issue
Block a user