Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // LOWEST precedence level for lowest precedence LOWEST int // AND_OR_NOT precedence level for logical operators (AND, OR) AND_OR_NOT )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
	// contains filtered or unexported fields
}
    Parser is a struct that contains information and functions related to parsing
 Click to show internal directories. 
   Click to hide internal directories.