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
sInputis the source code character stream, which has 2000 lines. The execution process of aParser.Chunk() is very slow. Is there any way to speed up the execution of this function?
The text was updated successfully, but these errors were encountered:
I cannot tell what target language you are using (Antlr4ng, Cpp, CSharp, Dart, Go, Java, JavaScript, PHP, Python3, Swift, TypeScript). (Likely Go, but I need confirmation.)
You don't provide any input file. What 2000-line file?
Of the examples in the grammar for testing, none of these show any ambiguity, which is usually the first thing to look for. But, I can't tell without your input test.
sInputis the source code character stream, which has 2000 lines. The execution process of aParser.Chunk() is very slow. Is there any way to speed up the execution of this function?
The text was updated successfully, but these errors were encountered: