2006-04-03 02:18:56 -04:00
|
|
|
IN: compiler
|
2005-09-04 19:24:24 -04:00
|
|
|
|
|
|
|
! A few things the front-end needs to know about the back-end.
|
|
|
|
|
2005-09-09 22:34:24 -04:00
|
|
|
DEFER: fixnum-imm? ( -- ? )
|
|
|
|
#! Can fixnum operations take immediate operands?
|
|
|
|
|
2005-12-04 22:06:12 -05:00
|
|
|
DEFER: vregs ( -- regs )
|
2005-10-21 03:42:38 -04:00
|
|
|
|
2005-12-24 16:08:15 -05:00
|
|
|
DEFER: compile-c-call ( library function -- )
|