package
0.0.0-20181228215051-5519dbb87bc5
Repository: https://github.com/goestoeleven/go-programming.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.