factor/basis/gobject-introspection
Doug Coleman 76580da5d5 Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183.
Fixes #209.
2011-09-29 11:28:28 -07:00
..
common gobject-introspection: clean up; 2011-03-06 14:06:00 +06:00
ffi gobject-introspection: don't generate C-TYPEs for boxed types that already exist, fixes #60 2011-08-29 15:11:24 +02:00
loader gobject-introspection: clean up; 2011-03-06 14:06:00 +06:00
repository gobject-introspection: clean up; 2011-03-06 14:06:00 +06:00
standard-types gobject-introspection: add gsize and gssize standard types; 2011-03-09 15:50:14 +06:00
types gobject-introspection: rewrite gir files loading and code generation totally 2010-09-29 15:08:31 +06:00
authors.txt rename gir to gobject-introspection 2010-07-17 17:17:03 +06:00
gobject-introspection.factor Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
summary.txt rename gir to gobject-introspection 2010-07-17 17:17:03 +06:00