package
0.0.0-20191206063509-5125c50dad5e
Repository: https://github.com/mactkg/golang_study.git
Documentation: pkg.go.dev

# Functions

Format formats an expression as a string.
Parse parses the input string as an arithmetic expression.

# Interfaces

An Expr is an arithmetic expression.

# Type aliases

No description provided by the author
A Var identifies a variable, e.g., x.