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
{{ message }}
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
The definition of Visitor interface is very long and error-prone that it might(or, have already) lost update with changes made on ASTNode. It's better to automatically generate at least some of the attribute of the Visitor interface if possible. Currently, I can't think of a solution yet. @Leeleo3x Maybe you have some idea?
The text was updated successfully, but these errors were encountered:
It is true that maintaining the typings for a javascript library is tedious and error-prone. I don't know any good solution for this. Rewriting the whole project in Typescript could be a solution and you may want to check antlr4ts https://www.npmjs.com/package/antlr4ts.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The definition of
Visitor
interface is very long and error-prone that it might(or, have already) lost update with changes made onASTNode
. It's better to automatically generate at least some of the attribute of theVisitor
interface if possible. Currently, I can't think of a solution yet. @Leeleo3x Maybe you have some idea?The text was updated successfully, but these errors were encountered: