Ed94 / gencpp

Staged metaprogramming in C++ for C/C++
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Auxiliary : AST visual debugger #36

Open Ed94 opened 1 year ago

Ed94 commented 1 year ago

Would be a small GUI tool to explore the AST. Could either be made with (godot, raylib, imgui, etc) or possibly from scratch..

Ed94 commented 1 month ago

SectrPrototype can be used to work toward this as it already has the building blocks todo so.
gencpp would need to be set up as an Odin package to utilize however.