factor/extra/opengl/gl/unix/unix.factor

11 lines
279 B
Factor
Raw Normal View History

USING: alien.syntax alien.syntax.private kernel
namespaces parser sequences syntax words ;
2008-01-13 01:58:56 -05:00
IN: opengl.gl.unix
: GL-FUNCTION:
scan "c-library" get scan
scan drop "}" parse-tokens drop
";" parse-tokens [ "()" subseq? not ] subset
define-function ; parsing