You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to truly support an interpreter-only parsing algorithm, the interpreter will need the ability to directly execute grammar actions. The availability of an interpreted parsing mode is the ideal situation for advanced code-completion and other IDE features, with the current -Xforce-atn option to the ANTLR tool in place as a band-aid.
The text was updated successfully, but these errors were encountered:
In order to truly support an interpreter-only parsing algorithm, the interpreter will need the ability to directly execute grammar actions. The availability of an interpreted parsing mode is the ideal situation for advanced code-completion and other IDE features, with the current
-Xforce-atn
option to the ANTLR tool in place as a band-aid.The text was updated successfully, but these errors were encountered: