C++ Structure Analysis in C#?
-
Hi, im working on a bare basic IDE style application in C#, Just a custom application for coding in. I wish to be able to display a treeview or other control with details on C++ Code typed in the editor. I have looked into using Coco/R, but i cannot find a C++.atg to use with the C# coco.exe to generate a parser. Does anyone know any other open source libraries or such that would allow me to inspect C++ Code from a C# Application? Thanks for your time in reading =]
-
Hi, im working on a bare basic IDE style application in C#, Just a custom application for coding in. I wish to be able to display a treeview or other control with details on C++ Code typed in the editor. I have looked into using Coco/R, but i cannot find a C++.atg to use with the C# coco.exe to generate a parser. Does anyone know any other open source libraries or such that would allow me to inspect C++ Code from a C# Application? Thanks for your time in reading =]
-
Thanks for the reply ravi! Thats pretty much exactly what im looking for, it already has the C# DLLs so i can easily include in my project. But GOLD has the same problem as COCO, it requires a grammer file, which i am not experienced enough to write, i dont know that much about C++ to write a grammer table for the whole language. Do you know of any free available GOLD C++.cgt (Compiled Grammer Table)
-
Thanks for the reply ravi! Thats pretty much exactly what im looking for, it already has the C# DLLs so i can easily include in my project. But GOLD has the same problem as COCO, it requires a grammer file, which i am not experienced enough to write, i dont know that much about C++ to write a grammer table for the whole language. Do you know of any free available GOLD C++.cgt (Compiled Grammer Table)
Abydosgater wrote:
Do you know of any free available GOLD C++.cgt (Compiled Grammer Table)
Sorry, I don't. Maybe you could craft your own using this[^] BNF or perhaps contact one of these[^] GOLD contributors? /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com