factor/core/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
..
accessors primitives: Change PRIMITIVE: to check that the word is in that vocabulary and the stack effect is correct. 2015-06-25 18:02:03 -07:00
strings alien.strings: remove (symbol>string) helper word. 2015-08-15 16:13:46 -07:00
alien-docs.factor alien: replacing the alien-*-error family of errors with callsite-not-compiled 2016-08-04 11:51:59 +02:00
alien-tests.factor alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
alien.factor alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Clean up some tags 2010-02-17 00:12:55 +13:00