factor/basis/stack-checker/alien
Björn Lindqvist ddc5ece757 alien.*: frontend varargs support! #1677
alien-invoke gets an extra parameter indicating if the call uses varargs
or not. In 99.9% of the cases, the parameter should be f, but is t if
varargs are indicated. E.g

: do-printf ( fmt d -- st ) int f "printf" { c-string double } t alien-invoke ;
2016-08-10 21:34:37 +02:00
..
alien-docs.factor compiler.*: even more compiler docs 2015-09-22 08:52:59 +02:00
alien-tests.factor compiler.*: Backend implementation of varargs 2016-08-08 12:02:19 +02:00
alien.factor alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
summary.txt