Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 286 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 286 Bytes

First attempt at a serious piece of code in Go.

Preparatory work for porting a heap analyzer from Scala.

I tried two other PEG packages that were on offer in the Go project wiki. One didn't handle whitespace, the other didn't even compile, and neither were especially well commented.