gencpp/project/auxillary/vis_ast
2024-04-17 16:55:22 -04:00
..
code Got refactored raylib working in the vis_ast binary 2023-11-19 00:01:35 -05:00
dependencies/raylib Got refactored raylib working in the vis_ast binary 2023-11-19 00:01:35 -05:00
build.ps1 Pushing latest changes for gencpp 2024-04-17 16:55:22 -04:00
clean.ps1 Got refactored raylib working in the vis_ast binary 2023-11-19 00:01:35 -05: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 WIP : AST serialization improvements 2023-11-19 20:35:21 -05: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.