Changeset 512 for trunk/thune/boot.c

Show
Ignore:
Timestamp:
02/16/08 17:53:55 (9 months ago)
Author:
krobillard
Message:

font! can now be made from a raster! & binary!.
Re-wrote TexFont? to simplify storage.
'to now works for custom datatypes.
Added .t
if/ now requires selector.
Can make vector! (int) from binary!
Can load PNG from binary!
Added FindThuneGL.cmake

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/boot.c

    r510 r512  
    8989  "[reduce [first to-text console.out] iter] proc :prin.pack  ;(val -- )\n" 
    9090  "[reduce to-text console.out eol console.out] proc :print   ;(val -- )\n" 
     91  "[dup .] proc :.t\n" 
    9192  "[error! swap make throw] proc :error\n" 
    9293  "[swap context bind proc] proc :proc.env      ;(env body -- proc)\n"