Hi All,
�� �In trunk
�� � � �Scanner isLiteralSymbol: #<=
�� �answers false ?!?!
This is breaking my Cog generated code disassembly decoration so that instead of
�� �000a572c: movl $0x0045a458=#<=, %ecx : B9 58 A4 45 00�
�� �000a5731: call .+0xfff5ad5a (0x00000490=ceSend1Args) : E8 5A AD F5 FF�
I'm merely getting
�� �000a572c: movl $0x0045a458, %ecx : B9 58 A4 45 00�
�� �000a5731: call .+0xfff5ad5a (0x00000490=ceSend1Args) : E8 5A AD F5 FF�
Anyone have a fix?
best
Eliot