Documentation
¶
Overview ¶
Package parser provides parsing functionality for the CSV spreadsheet language, converting list of tokens into an abstract syntax tree.
Index ¶
- Constants
- func ErrExpectedIdentifier(literal string, position scanner.Position) error
- func ErrExpectedPrefix(actual lexer.Token) error
- func ErrExpectedToken(expected string, actual lexer.Token) error
- func ErrParseInclude(path string, err error) error
- func ErrUnexpectedToken(literal string, position scanner.Position) error
- type Parser
Constants ¶
View Source
const ( LOWEST int EQUALS LESSGREATER SUM PRODUCT PREFIX CALL )
Variables ¶
This section is empty.
Functions ¶
func ErrExpectedIdentifier ¶
func ErrExpectedPrefix ¶
func ErrParseInclude ¶ added in v0.1.16
Types ¶
Click to show internal directories.
Click to hide internal directories.