Changeset 510 for trunk/thune/config.t

Show
Ignore:
Timestamp:
02/10/08 23:53:46 (9 months ago)
Author:
krobillard
Message:

'loop is now an opcode and can act as loop.to for integers.
File port! read now handles optional limit.
console.out now handles binary!.
Can now 'make an int! from first 4 bytes of a binary!
Added ur_initDecimal macro.
Added 'fcalc.
Removed word inc/dec.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/config.t

    r458 r510  
    44[x] trig     "Include trigonometric math calls" 
    55[x] math3d   "Include vector & matrix math calls" 
    6              enable trig 
     6             enable [trig fcalc] 
    77[x] macros   "Reader macros" 
    88[x] net      "UDP socket port" 
    99[x] dataflow "Component! datatype for dataflow programming" 
     10[X] fcalc    "Floating point calculator" 
    1011 
    1112[ ] threads  "CPU Threads"