bijington/expressive

Make registration fluent

Opened this issue · 1 comments

It would great to be able to fluently register functions/operators e.g.

context
    .RegisterFunction("Function1", ...)
    .RegisterFunction("Function2", ...)

I am not sure rushing this in to the next release makes sense. Some time should be spent to work out exactly what should be fluent.