 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
type Lexer struct {
	Merge         func(left interface{}, right interface{}) interface{}
	ParseLiteral  func(src *parse.Source, literal string) interface{}
	ParseVariable func(src *parse.Source, id string) interface{}
	ParseFunc     func(src *parse.Source, id string, funcName string, funcArgs []string) interface{}
	// contains filtered or unexported fields
}
    func (*Lexer) InfixToken ¶
       Source Files
      ¶
      Source Files
      ¶
    
- parse.go
 Click to show internal directories. 
   Click to hide internal directories.