Handbook
Glossary
parse-c-type ( string -- type )
Vocabulary
alien
.
parser
Inputs
string
an
object
Outputs
type
an
object
Definition
USING:
alien.c-types
kernel
;
IN:
alien.parser
:
parse-c-type
( string -- type )
(parse-c-type)
dup
valid-c-type?
[
no-c-type
]
unless
;