Beginnings of a Go interpreter. This implements basic and
pointer types, supports literals, identifiers, type-checking most unary and binary operators, "compiling" a few unary and binary operators, and assignment and declaration statements. R=rsc APPROVED=rsc DELTA=1751 (1751 added, 0 deleted, 0 changed) OCL=31309 CL=31691
Showing
usr/austin/eval/decls.go
0 → 100644
usr/austin/eval/expr.go
0 → 100644
This diff is collapsed.
usr/austin/eval/scope.go
0 → 100644
usr/austin/eval/type.go
0 → 100644
usr/austin/eval/util.go
0 → 100644
usr/austin/eval/value.go
0 → 100644
Please register or sign in to comment