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
Is there a way to get a lexer generated when passing in the UnbufferedCharStream instead of AntlrInputStream?
I'm running into issues with files that are too large so I would like to read them in chunks.
The text was updated successfully, but these errors were encountered:
Sorry I don't understand the question. Antlr4BuildTasks is a build tool, calling the Antlr tool .jar to generate a parser or lexer for a grammar, the same way as if you typed java -jar antlr4-4.13.0-complete.jar -Dlanguage=CSharp *.g4. You write the program to create the charstream of your own choice.
Is there a way to get a lexer generated when passing in the UnbufferedCharStream instead of AntlrInputStream?
I'm running into issues with files that are too large so I would like to read them in chunks.
The text was updated successfully, but these errors were encountered: