//
pkg.gl
Category
github.com/GordonChen13/learn-examples
go
gopl
ch7
eval
package
0.0.0-20220309190615-cdffa6e39e74
Repository:
https://github.com/gordonchen13/learn-examples.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.