gencpp/project/auxillary/vis_ast
Ed_ c1ab233686 Fix for bug with comma separated declaration list vars
Known Bug: Inline comments are not printing now
2023-10-25 21:43:22 -04:00
..
code Got raylib bootstrapped to compile 2023-10-24 06:00:28 -04:00
dependencies/raylib Fix for bug with comma separated declaration list vars 2023-10-25 21:43:22 -04:00
build.ps1 Got raylib bootstrapped to compile 2023-10-24 06:00:28 -04:00
clean.ps1 Some initial boostrapping of new visual ast aux project 2023-10-24 03:14:20 -04:00
readme.md Some initial boostrapping of new visual ast aux project 2023-10-24 03:14:20 -04:00
rebuild.ps1 Some initial boostrapping of new visual ast aux project 2023-10-24 03:14:20 -04:00
update_deps.ps1 Got through parsing raylib.h, started to do some major refactors. 2023-10-25 03:26:25 -04:00

Vis AST

AST visualizer for gencpp

This is a early start to creating frontend tooling for c/c++ using gencpp as a core component.
I'll be exploring creating an AST explorer for this library with raylib as the graphical & general platform vendor for dependencies that go beyond the scope of gencpp.

For now I'll have its build script in this file, however it will heavily rely on gencpp's helper scripts.

Whatever sort of UX tooling I setup for this will be reused for the other tools I'll be creating for gencpp.