sammine-lang
|
Implementation for scanning and streaming Tokens. More...
#include "lex/Lexer.h"
#include "functional"
#include "lex/Token.h"
#include <cassert>
#include <string>
Typedefs | |
using | sammine_lang::LexFunction = std::function<size_t(Lexer *, size_t, const std::string &)> |
Implementation for scanning and streaming Tokens.