Support printing of the "null" AST
might be helpful for completeness.
Dumper.read(null) /* ... */ .dumpAsPNG("file.png"));
should create either an empty diagram or a single null
node, depending on the settings.
might be helpful for completeness.
Dumper.read(null) /* ... */ .dumpAsPNG("file.png"));
should create either an empty diagram or a single null
node, depending on the settings.