[squeak-dev] Pragmas for Controlling Compiler

Martin Beck martin.beck at hpi.uni-potsdam.de
Mon Nov 17 10:35:24 UTC 2008


Hi,

are there pragmas for controlling whether the compiler will include
parts of the source code or not? For example:

test
   <compiler: off>
   TestClass new doSomething.
   <compiler: on>
   TestClass new doSomething muchBetter.

In fact, I want to use another compiler, which should only compile the
first line, while the normal Squeak compiler should only compile the
second. Any ideas?

Regards,
Martin



More information about the Squeak-dev mailing list