//
pkg.gl
Category
github.com/goestoeleven/go-programming
code_samples
011-code-samples
02-donovan-kernighan
temp
ch7
eval
package
0.0.0-20181228215051-5519dbb87bc5
Repository:
https://github.com/goestoeleven/go-programming.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
273 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.