Mike Lischke

Results 184 comments of Mike Lischke

Actually, it's not that easy. The serialized ATN changed in 4.10, so I have to update the interpreter data reader for that. This switch will take a while to be...

Not sure if that's the failure of the extension or vscode, but I'll take a look.

I guess this will require to rewrite this script and use D3.js (like for the other ones). Not sure when I can find the time for that.

From your screenshot I don't see any mention that ATN data could not be found. However, that warning about a problem accessing the grammar seems odd. Maybe it has to...

Visual Studio Code limits here what's possible. Recently some enhancements have been implemented wrt editor layouts. I'll take a deeper look to see if we can use that to improve...

-1 will not work, but 0 should. There's always at least one token in the token stream (EOF).

It's not a bug, but a feature :-) What you see is all that D3.js can come up with. I'm not aware of any D3.js layouter which would produce a...

I manually adjusted all graphs I posted anywhere (Stackoverflow, documentation, webpages etc.). However, the display has always been like this (and is pretty slow with many nodes). I plan for...

That's a pretty cool lib. I hadn't heard about that before. And even more interesting is the wasm foundation for graphviz. Definitely worth to take a look or two. Thanks...

Tbh. I don't use the antlr4ts cli at all and never have. Instead I directly invoke the antrl4ts jar. The cli is just another wrapper whose parameters and handling you...