Versions in this module Expand all Collapse all v0 v0.5.0 Feb 19, 2018 Changes in this version + func AssertNodesEqual(t *testing.T, ctx interface{}, expected ast.Node, actual ast.Node) + type Position struct + func NewPosition(pos int) Position + func (p Position) Filename() string + func (p Position) Pos() int + func (p Position) String() string + type Reader struct + func NewReader(pos int, remaining int, isEOF bool, cloned bool) Reader + func (r Reader) Clone() reader.Reader + func (r Reader) Cursor() reader.Position + func (r Reader) IsEOF() bool + func (r Reader) Remaining() int + func (r Reader) String() string