ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.48k stars 56 forks source link

Integrate kgt? #10

Closed ArthurSonzogni closed 3 years ago

ArthurSonzogni commented 3 years ago

What about integrating kgt into Diagon? This would allow people to use kgt online & interactively.

I can totally see myself using it. For instance when implementing CSP in Chrome or just for fun.

I will take a look. I should be quite easy since this is C code. I just need to rewrite Makefile into a CMake file.

+CC: @katef FYI

ArthurSonzogni commented 3 years ago

Almost done.I integrated kgt into Diagon Everything seems to work. This is really nice! +CC: @katef FYI

You can try this online: https://arthursonzogni.com/Diagon

Tools > "Grammar (kgt - experimental)"

katef commented 3 years ago

Oh wow! This is great! It looks like you did a really good job, with all the various output formats. Thanks!