mago-lexer 0.19.4

A fast and efficient lexer for PHP code.
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub enum NumberKind {
    Integer,
    Float,
    OctalOrFloat,
    IntegerOrFloat,
}