antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
39 stars 11 forks source link

Fix for cropping issue #34 #36

Closed kaby76 closed 2 years ago

kaby76 commented 2 years ago

This is a PR for fixing the images of a parse tree. The problem was that ps2pdf requires passing options "-d" for the width and height of the image.

See https://github.com/antlr/antlr4-lab/issues/34 for further details.

parrt commented 2 years ago

Made a simpler version. Thanks for solving! I'll look at next thing you mentioned to get scrollbars.

Closing in favor of https://github.com/antlr/antlr4-lab/pull/37