Repository URL to install this package:
import ( "gop/ast" "gop/parser" ) e := parser.parseExpr("10 + 3.2")!.(*ast.BinaryExpr) echo e.X, e.Op, e.Y