pointer:


Vocabulary
alien.syntax

Syntax
pointer: c-type


Word description
Constructs a pointer C type.

Definition
USING: alien.c-types alien.parser sequences ;

IN: alien.syntax

SYNTAX: pointer: scan-c-type <pointer> suffix! ;