expr-lang/expr

Estimated expression cost

Opened this issue · 0 comments

Add an ability to calculate on compile step estimated cost of expression evaluation.

We can add a tag for fields:

type Env struct {
    List []string `expr:"list",size:"100"`
}
``