stbc.rc
changeset 609 f0f51d4a0066
parent 480 c5c3ae2d0475
equal deleted inserted replaced
608:7168bf36c7f2 609:f0f51d4a0066
       
     1 "/ Encoding: iso8859-1
     1 "/
     2 "/
     2 "/ $Header$
     3 "/ $Header$
     3 "/
     4 "/
     4 "/ MIMEType: application/x-smalltalk-source
     5 "/ MIMEType: application/x-smalltalk-source
     5 "/
     6 "/
     8 "/ bytecode compiler frontend for smalltalk
     9 "/ bytecode compiler frontend for smalltalk
     9 "/ usage: stbc file.st
    10 "/ usage: stbc file.st
    10 "/
    11 "/
    11 "/ creates file.cls, which can be binary loaded.
    12 "/ creates file.cls, which can be binary loaded.
    12 "/
    13 "/
    13 "/ Notice: 
    14 "/ Notice:
    14 "/   this is an experiment to provide a tool which looks like javac; 
    15 "/   this is an experiment to provide a tool which looks like javac;
    15 "/   stbc is actually not used in the current system.
    16 "/   stbc is actually not used in the current system.
    16 "/   (the same functionality is provided by the browsers fileOut-binary function)
    17 "/   (the same functionality is provided by the browsers fileOut-binary function)
    17 "/
    18 "/
    18 "/ By the way - this is an example for a headless application.
    19 "/ By the way - this is an example for a headless application.
    19 
    20