tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

child process exited with code 1

jmls opened this issue · comments

commented

I'm trying to run this on a progress (openedge) g4 file. I get a whole spew of warnings like

warning(125): grammar/Proparse.g4:4406:3: implicit definition of token 'SMALLINT' in parser

and then

child process exited with code 1

where do I begin to start looking ? Is there any debug I can turn on ?

Where can I find the grammar file(s)?