mike-lischke / antlr4-c3

A grammar agnostic code completion engine for ANTLR4 based parsers
MIT License
408 stars 62 forks source link

build: add --keep-names option to build command #97

Closed HaydenOrz closed 8 months ago

HaydenOrz commented 8 months ago

To fix the same issue as it https://github.com/mike-lischke/antlr4ng/issues/38

Please refer to https://github.com/mike-lischke/antlr4ng/pull/41 for related changes.

Also updated the package.lock file, It looks like the last time you bump the version, you forgot to update this file at the same time.

mike-lischke commented 8 months ago

I'll also remove the --minify option.

mike-lischke commented 8 months ago

New point releases are out for both antlr4ng and antlr-c3.

HaydenOrz commented 8 months ago

New point releases are out for both antlr4ng and antlr-c3.

Thank you for your efforts.