Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C++ Structure Analysis in C#?

C++ Structure Analysis in C#?

Scheduled Pinned Locked Moved C#
csharpc++visual-studioquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abydosgater
    wrote on last edited by
    #1

    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 =]

    R 1 Reply Last reply
    0
    • A Abydosgater

      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 =]

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      You may want to look into GOLD[^]. /ravi

      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

      A 1 Reply Last reply
      0
      • R Ravi Bhavnani

        You may want to look into GOLD[^]. /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        A Offline
        A Offline
        Abydosgater
        wrote on last edited by
        #3

        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)

        R 1 Reply Last reply
        0
        • A Abydosgater

          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)

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups