Versions in this module Expand all Collapse all v0 v0.4.18 May 30, 2016 Changes in this version + func Parse(p ParseParams) (*ast.Document, error) + type ParseOptions struct + NoLocation bool + NoSource bool + type ParseParams struct + Options ParseOptions + Source interface{} + type Parser struct + LexToken lexer.Lexer + Options ParseOptions + PrevEnd int + Source *source.Source + Token lexer.Token