mike-lischke / antlr4-c3

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

the library ist going to infinity loop #91

Open sho94os opened 10 months ago

sho94os commented 10 months ago

the library ist going to infinity loop

but i have in my grammer too much like this rule that contain nothing but i have it make a erorr knot

missingClassNameError: {notifyErrorListeners("Missing Class name ");};

mike-lischke commented 10 months ago

Please describe the problem a more with regard to which rule in your grammar causes the trouble. I assume the code you gave is what your grammar can parse. Where's the caret when you invoke code completion?