//
pkg.gl
Category
github.com/mactkg/golang_study
ch07
ex13
package
0.0.0-20191206063509-5125c50dad5e
Repository:
https://github.com/mactkg/golang_study.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
300 SLOC
#
Functions
Format
Format formats an expression as a string.
Parse
Parse parses the input string as an arithmetic expression.
#
Interfaces
Expr
An Expr is an arithmetic expression.
#
Type aliases
Env
No description provided by the author
Var
A Var identifies a variable, e.g., x.