5 Sep 2002 14:58
Re[1]: ECB + IDL
Eric M. Ludlam <eric <at> siege-engine.com>
2002-09-05 12:58:20 GMT
2002-09-05 12:58:20 GMT
>>> Victor Kirk <vkirk <at> technology.serco.com> seems to think that: >Hi, > >Could anyone point me to some documentation or code to look at >to extend ECB to handle CORBA IDL. > >Is creating a bnf file for semantic (which I'm working on) enough? >Will it just plug in or will I have to do something? [ ... ] As Klaus pointed out, you only need to add your language to Semantic. I recommend joining the cedet-devel mailing list off the cedet project though. Near the end of the Semantic 1.4 release, David Ponce had developed a new parser-generator based on Bison. A side effect is that the language file is a little different. The spiffy effect is that you can just take an IDL Bison or Yacc grammar, and port it directly. Grammars written for the existing parser in semantic will move with only minor changes to semantic 2.0, but you may have fun working in the 2.0 build tree anyway. As developers of semantic's core, we also benefit watching the comments and questions from users trying to build new grammars. Have fun Eric -- -- Eric Ludlam: zappo <at> gnu.org, eric <at> siege-engine.com Home: http://www.ludlam.net Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net GNU: www.gnu.org ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
RSS Feed