bijington/expressive

Add ability to supply `Context` to an expression and remove the need to register functions for each expression

Closed this issue · 1 comments

By implementing something along the lines of: new Expression("expression", new Context()) we will reduce the number of times RegisterFunction needs to be called.

Supplying the Context will have the added benefit of being able to control things like the current locale for dates, etc.

Completed by #82