swang206
swang206
Thank you!!! LOVE U!!
(([])) for example, I want those brackets pairs to have different colors. If I remembered correctly, vscode provides that
https://github.com/GrammaTech/gtirb/blob/2bc074282ef1e33d1988ce8f069252810d1307a3/include/gtirb/CFG.hpp#L81 using type = boost::adjacency_list< OutEdgeListS, VertexListS, DirectedS, // Vertices are CfgNodes. CfgNode*, // Edges have labels. EdgeLabel, // The graph keeps track of vertex descriptors for // each node....
I really really need mingw-w64 support. i have a lot of programs that are using GCC that targets windows. Using Microsoft compiler isn't an option at all. I really need...