sebastienros / parlot

Fast and lightweight parser creation tools
BSD 3-Clause "New" or "Revised" License
371 stars 44 forks source link

Add support for getting ParseContext inside parser #117

Closed Bykiev closed 4 months ago

Bykiev commented 4 months ago

Hi, I want to pass a culture to parser to parse based on culture number decimal separator. Right now the value can be passed in ParseContext, but can be retrieved only in Then flow parser. But I need to get it first, how can it be achieved? You can find my PR in NCalc repo: https://github.com/ncalc/ncalc/pull/161