soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
418 Bytes
transformations
extractLabelDirective
"Scan the top-level statements for an inlining directive of the form:
self asmLabel: <boolean>
and remove the directive from the method body. Answer the
argument of the directive or true if there is no export directive."
^self
extractDirective: #asmLabel:
valueBlock: [:sendNode| sendNode args first value ~= false and: [mustAsmLabel := true. true]]
default: true