Enum gluon_parser::lexer::IdentType [] [src]

pub enum IdentType {
    Constructor,
    Operator,
    Variable,
}

Variants

Constructors are identifiers starting with an uppercase letter

An operator in identifier position (Example: (+), (-), (>>=))

A normal variable

Trait Implementations

impl Clone for IdentType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IdentType
[src]

impl PartialEq for IdentType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for IdentType
[src]

Formats the value using the given formatter.