Versions in this module Expand all Collapse all v0 v0.0.1 May 7, 2017 Changes in this version + const CALL + const EQUALS + const INDEX + const LESSGREATER + const LOGIC + const LOWEST + const PREFIX + const PRODUCT + const SUM + func BuildAST(file []byte) *ast.Program + type Parser struct + func New(l *lexer.Lexer) *Parser + func (p *Parser) CheckErrors() + func (p *Parser) Errors() []string + func (p *Parser) ParseProgram() *ast.Program