oranoran / antlr4-autosuggest-js

JavaScript auto-suggest engine for ANTLR4 grammars
MIT License
42 stars 16 forks source link

Browser-compatible #11

Closed piotrl closed 4 years ago

piotrl commented 5 years ago

Hey, thanks for awesome work and inspiration.

I experimented with this library and looks good. However, it has dependency that block its usage on web projects: debug, which is purely nodejs.

It should not be a big deal, as antlr4 itself is browser-compatible. Moreover, it does not seem like crucial library for a project.