tunnelvisionlabs / antlr4ts

Optimized TypeScript target for ANTLR 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

child process exited with code 3221226505

chenxi8611 opened this issue · comments

When I ran the following CLI, I've got an error.

antlr4ts -o ./src/antlr -visitor ./src/grammar/parser.g4 ./src/grammar/lexer.g4

child process exited with code 3221226505
npm ERR! code ELIFECYCLE
npm ERR! errno 3221226505

I don't know why it is failed.
Any ideas?