pub const ARITHMETIC_OPERATORS: &'static [Token];
Expand description

Defines the set of tokens which are considered to identify arithmetic operators (e.g. +, -, *, etc).