SciLex
A header-only C++20 lexer built on REAL
Loading...
Searching...
No Matches
scilex.hpp
Go to the documentation of this file.
1
10#ifndef SCILEX_SCILEX_HPP
11#define SCILEX_SCILEX_HPP
12
13#include "token.hpp"
14#include "lexer.hpp"
15
22#endif // SCILEX_SCILEX_HPP
The lexer: maximal-munch tokenization over a set of REAL patterns.
The token produced by the lexer and its source position.