[−][src]Module sixtyfps_compilerlib::lexer
This module contains the code for the lexer.
It is kind of shared with parser.rs, which implements the lex_next_token based on the macro_rules that declares token
Traits
| LexingRule | This trait is used by the |
Functions
| lex | |
| lex_color | |
| lex_comment | |
| lex_identifier | |
| lex_number | |
| lex_string | |
| lex_whitespace |