oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.3k stars 740 forks source link

No support for Pro*C Language, a SQL Programming Language with a host language of C/C++ #801

Open chuck488 opened 10 years ago

vladak commented 10 years ago

Pointers to some high level description and syntax/grammar of the language as well as pull requests are welcome.

kosi2801 commented 10 years ago

No pull request, just pointers to a language infos: http://infolab.stanford.edu/~ullman/fcdb/oracle/or-proc.html http://www.oreillynet.com/pub/a/databases/2006/12/07/embedded-sql-with-pro-c.html?page=2

Default file extension: *.pc

From my understanding of OpenGrok it relies on Exuberant C Tags for parsing the input files. A quick (really, just quick) search for exuberant c tags and Pro*C did not turn up something useful but I may be completely off here. Just parsing .pc-files with the C-language setting seems to be insufficient.