cenotelie / hime

Apache License 2.0
27 stars 4 forks source link

lexer generates context-sensitive token even no rule enable that context #107

Open bangjiehan opened 8 months ago

bangjiehan commented 8 months ago

Add this token in last line. context c { ANY-> .+ ; } lexer will generate a token of full input text even no rule enable context c.