soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
321 Bytes
linking
emitLoad: aString asKindOf: aClass from: anInteger on: aStream
self emitLoad: aString asNakedOopFrom: anInteger on: aStream.
aStream
crtab;
nextPutAll: 'interpreterProxy->success(interpreterProxy->isKindOf(';
nextPutAll: aString;
nextPutAll: ', ''';
nextPutAll: aClass asString;
nextPutAll: '''))'