-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I try to use this tool to parse Json grammar。
When I parse the complete Json text, I can get the correct result, but I want to parse the grammar of a certain line alone and cannot get the correct result.
I guess it should be StackElement in IGrammar.TokenizeLine(string lineText, StackElement prevState) can be used to contact context analysis.
How to deal with such problems?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested