language-go-0.9: A library for analysis and synthesis of Go code.

Safe HaskellSafe-Inferred

Language.Go.Parser.Operators

Synopsis

Documentation

goOpExpr :: GoParser GoExpr -> GoParser GoExprSource

goOpExpr p returns a parser for expressions with binary operators whose terms are parsed by p.

goUnaryOp :: GoParser GoOpSource

goUnaryOp parse a unary (prefix) operator.