Closed WiseBird closed 6 years ago
I am getting stack overflow for next grammar:
clause : clause AND clause | action ; action : 'action' ; AND : 'AND' ;
with action AND input.
action AND
Debug info:
TOKENS FOUND IN FIRST PASS: [@-1,0:5='action',<1>,1:0] [@-1,7:9='AND',<2>,1:7] UNTOKENIZED: Parser rule names: clause, action State: 0 (type: RuleStartState) State: 4 (type: BasicState) State: 5 (type: BasicState) State: 2 (type: RuleStartState) State: 15 (type: BasicState) State: 16 (type: BasicState) State: 3 (type: RuleStopState) State: 6 (type: BasicState) State: 12 (type: StarLoopEntryState) State: 10 (type: StarBlockStartState) State: 7 (type: BasicState) State: 8 (type: BasicState) State: 9 (type: BasicState) Suggesting tokens for rule numbers: 1 SUGGEST: tokenSoFar= remainingText= lexerState=1 SUGGEST: tokenSoFar= remainingText= lexerState=5 NONMATCHING LEXER TOKEN: a remaining= State: 13 (type: LoopEndState) State: 1 (type: RuleStopState) State: 11 (type: BlockEndState) State: 14 (type: StarLoopbackState) State: 12 (type: StarLoopEntryState) State: 10 (type: StarBlockStartState) State: 7 (type: BasicState) State: 8 (type: BasicState) State: 9 (type: BasicState) Suggesting tokens for rule numbers: 1 SUGGEST: tokenSoFar= remainingText= lexerState=1 SUGGEST: tokenSoFar= remainingText= lexerState=5 NONMATCHING LEXER TOKEN: a remaining= State: 13 (type: LoopEndState) State: 1 (type: RuleStopState) State: 11 (type: BlockEndState) State: 14 (type: StarLoopbackState) State: 12 (type: StarLoopEntryState) State: 10 (type: StarBlockStartState) State: 7 (type: BasicState) State: 8 (type: BasicState) State: 9 (type: BasicState) ...
Fix is in the newly-built version 0.0.28
I am getting stack overflow for next grammar:
with
action AND
input.Debug info: