MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / LuaLexer

Method LuaLexer

LuaParser/src/Lexer/LuaLexer.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45LuaLexer::LuaLexer(std::shared_ptr<LuaSource> source)
46 : _linenumber(0),
47 _supportNonStandardSymbol(false),
48 _supportCLikeComments(false),
49 _reader(source->GetSource()),
50 _file(source) {
51}
52
53bool LuaLexer::Parse() {
54 _file->Reset();

Callers

nothing calls this directly

Calls 1

GetSourceMethod · 0.80

Tested by

no test coverage detected