antlr4
antlr4 copied to clipboard
[Java] StackOverflowError
when i use the antlr to parse postgresql like 'select * from table where id in (1,2,3,4,5,6……15000) ' it occurs the StackOverflowError like this,but the same sql in mysql is ok,antlr use the recursion method maybe cause it。