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

11 lines
279 B
Factor

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