[fetter-devel] Re: flexml: a new document model i'm playing with

Attila Lendvai attila.lendvai at gmail.com
Fri Nov 23 15:20:43 UTC 2007


hm, if someone wants to actually try this then it's also needed:

(defpackage :gccxml
  (:export
   ;; classes
   #:node
   #:node-with-type
   #:externable-node

   #:gcc_xml
   #:namespace
   #:variable
   #:function
   #:argument
   #:ellipsis
   #:enumeration
   #:enumvalue
   #:struct
   #:union
   #:typedef
   #:fundamentaltype
   #:pointertype
   #:arraytype
   #:functiontype
   #:cvqualifiedtype
   #:referencetype
   #:field
   #:constructor
   #:file

   ;; slots
   #:members
   #:type
   #:returns
   #:file
   #:line
   #:extern
   #:context
   ))

-- 
 attila



More information about the fetter-devel mailing list