MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / BasicLexer

Method BasicLexer

LibLemon/src/lexer.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace Lemon{
6 BasicLexer::BasicLexer(const std::string_view& v){
7 sv = v;
8 it = sv.begin();
9 }
10
11 char BasicLexer::Eat(){
12 assert(!End());

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected