Motivation
currently e.g. feel.Number is returned, when evaluating "4 + 5".
such evaluation should return a Go type e.g. int to ease usage.
Hint: some tests are in place and skipped - search for t.Skip("method implemented, but return type should be native Go type")
to get some examples.