I assume that would be Scanner class>>allowUnderscoreAssignments. That is exactly what #pharoUnderscoreAssignment does…
On 20.03.2012, at 11:19, Stéphane Ducasse wrote: > you can use a setting to accept _ > > Stef > >> I tried to load VMMaker into Pharo 1.3 >> (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). >> However, there's a dependency on Balloon3D-Plugins-bf.5 that contains >> underscore assignments which leads to syntax errors during load. Even the >> "fix" #pharoUndescoreAssignment run manually doesn't help. >> >> Maybe I'm doing this all wrong… All I want is to write a CRC plugin… >> >> Any suggestions? >> >> Cheers, >> Max > >
