Module parser_c::parser::lexer
[−]
Reexports
pub use self::AlexReturn::*; |
pub use self::AlexLastAcc::*; |
pub use self::AlexAcc::*; |
Enums
AlexAcc | |
AlexLastAcc | |
AlexReturn |
Functions
adjustLineDirective | |
alexAndPred | |
alexGetByte | |
alexIndexInt16OffAddr | |
alexIndexInt32OffAddr | |
alexInputPrevChar | |
alexMove | |
alexPrevCharIs | |
alexPrevCharIsOneOf | |
alexPrevCharMatches | |
alexRightContext | |
alexScan | |
alexScanUser | |
alex_scan_tkn |
Push the input through the DFA, remembering the most recent accepting state it encountered. |
idkwtok | |
ignoreAttribute | |
lexC | |
lexToken_q | |
lexicalError | |
parseError | |
quickIndex | |
tok | |
token |
token that uses the string |
token_fail |
error token |
token_plus |
token that may fail |
Type Definitions
AlexAccPred | |
AlexInput |