@@ -11,13 +11,10 @@ import (
//-------- parser
type parser struct {
ctx ExprContext
}
func NewParser(ctx ExprContext) (p *parser) {
p = &parser{
ctx: ctx,
func NewParser() (p *parser) {
p = &parser{}
return p
The note is not visible to the blocked user.