tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test grammar within command line?

JobaDiniz opened this issue · comments

Is there a way, through VScode Terminal, to test the grammar, see the tree generated given an input? does the antlr4ts contains command-line integration? How would one test the grammar without running the typescript code (and creating a visitor) leveraging whatever antlr4ts installs?