1
0
mirror of https://github.com/golang/go synced 2024-11-23 01:50:04 -07:00
go/usr/austin
Austin Clements 9211a7d413 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
2009-07-15 11:59:13 -07:00
..
eval Beginnings of a Go interpreter. This implements basic and 2009-07-15 11:59:13 -07:00
ptrace Implement forking debugged processes. 2009-07-15 10:17:56 -07:00