0xfaded / eval

BSD 3-Clause "New" or "Revised" License
34 stars 7 forks source link

Carl: Please review slice expression code #30

Closed rocky closed 10 years ago

rocky commented 10 years ago

27d1dd3ec1ce43da09be2addc34d12f0c915a828

There are these hacky CheckExpr calls:

    if cexpr, errs = CheckExpr(ctx, e.X, env); len(errs) != 0 {
        for _, cerr := range errs {
            fmt.Printf("%v\n", cerr)
        }
        return nil, false, errors.New("Something wrong checking * expression")
    }
rocky commented 10 years ago

Dup with #27