I need some hint for the following problem.
Rule = something >> ( EntryIsInsideKeyWordList >> ... )
| ...
OtherRule = more >> detectnewkeyword [ put item in keyword list ]
And the item “EntryIsInsideKeyWordList” is a dynamic list which is built while the parser is running. Can somebody point me to the documentation or starting point for such code ? Important is the first rule, use the dynamic keyword list for accepting ..