gencpp/project/auxillary/vis_ast
2023-10-24 12:46:59 -04:00
..
code Got raylib bootstrapped to compile 2023-10-24 06:00:28 -04:00
dependencies/raylib Progress on preparing raylib for usage 2023-10-24 12:46:59 -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 Progress on preparing raylib for usage 2023-10-24 12:46:59 -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.