lexer/lexer_lists
        library 
 
      
    
    
    
      Properties
      
          - 
  deprecatedLexer
  → ChoiceParser
  
- 
  Deprecated - these Lexers will throw errors, but this allows us
to provide more useful error messages
  final 
- 
  functionLexer
  → ChoiceParser
  
- 
  All lexers for functions that accept arguments
  final 
- 
  literalLexer
  → ChoiceParser
  
- 
  Lexers identifying special formatting of certain types of data
  final 
- 
  simpleLexer
  → ChoiceParser
  
- 
  All lexers for functions that don't accept arguments
  final 
- 
  specialLexer
  → ChoiceParser
  
- 
  Lexers for identifying special items
  final 
- 
  symbolOperationLexer
  → ChoiceParser
  
- 
  Lexers for identifying key symbols
  final 
- 
  wordOperationLexer
  → ChoiceParser
  
- 
  Lexers for identifying key words
  final 
- 
  wsLexer
  → ChoiceParser
  
- 
  Lexer for all types of white space
  final