Re: gephex interface definition language

Georg Seidel <[email protected]>
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
I have a small addition to the grammar rules for types.
I extended gidlc to understand const pointers to basic types.
The rule was:

 >    TYPE ->   TYPE_NAME
 >            | BUILTIN_TYPE
 >            | "ptr" BUILTIN_TYPE

and now is:

     TYPE ->   TYPE_NAME
             | BUILTIN_TYPE
             | "ptr" BUILTIN_TYPE
             | "const" "ptr" BUILTIN_TYPE

Georg
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.