Versions in this module Expand all Collapse all v0 v0.13.1 Nov 21, 2018 v0.13.0 Sep 20, 2018 Changes in this version + func Children(node ast.Node) []ast.Node + func Lex(fn string, input string) (tokens, error) + func NewliteralFieldSet(a ...LiteralField) literalFieldSet + func Parse(t tokens) (ast.Node, error) + type FodderElement struct + Data string + Kind FodderKind + type FodderKind int + const FodderCommentC + const FodderCommentCpp + const FodderCommentHash + const FodderWhitespace + type LiteralField string + type StaticError struct + Loc ast.LocationRange + Msg string + func MakeStaticError(msg string, lr ast.LocationRange) StaticError + func MakeStaticErrorMsg(msg string) StaticError + func (err StaticError) Error() string