PaesslerAG / gval

Expression evaluation in golang
BSD 3-Clause "New" or "Revised" License
713 stars 83 forks source link

NewEvaluableWithContext purpose #103

Open natenho opened 3 months ago

natenho commented 3 months ago

Hi! What are the uses of the context when used with NewEvaluableWithContext? It would be great if the documentation covered that.

While navigating the code, I couldn't easily find what gval does with the context beyond passing it around.