All --

Here's the details from the commit log:

    * Compiler:
  
        * User-defined subroutines.
        * Generates assembly code with the Jako code in comments.
        * "end;" no longer required at the end of programs.
        * Better handling of const-reg and reg-const.
        * Optimizes const-const operations to compile-time evaluations.
        * Constants in addition to variables.
        * Arithmetic fixes.
        * Allow leading minus signs in integer and number constants
         (ahem).
        * goto's.
  
    * New sample programs:
  
        * leibniz.jako (based on Greg McCarroll's leibniz.pasm example)
        * mandelbrot.jako (based on Leon Brocard's translation of Glenn
          Rhodes' C code)
        * mops.jako (based on t/test.pasm)
        * primes.jako (based on Leon Brocard's primes.pasm example)
        * sub.jako (demonstrates a simple user-defined subroutine)


Have the appropriate amount of fun...


Regards,

-- Gregor
 _____________________________________________________________________ 
/     perl -e 'srand(-2091643526); print chr rand 90 for (0..4)'      \

   Gregor N. Purdy                          [EMAIL PROTECTED]
   Focus Research, Inc.                http://www.focusresearch.com/
   8080 Beckett Center Drive #203                   513-860-3570 vox
   West Chester, OH 45069                           513-860-3579 fax
\_____________________________________________________________________/

Reply via email to