![]() |
Inja 3.4.0
A Template Engine for Modern C++
|
Class for lexing an inja Template. More...
#include <lexer.hpp>
Public Member Functions | |
| Lexer (const LexerConfig &config) | |
| SourceLocation | current_position () const |
| void | start (std::string_view input) |
| Token | scan () |
| const LexerConfig & | get_config () const |
Class for lexing an inja Template.