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

Method SupportCLikeComments

LuaParser/src/Lexer/LuaLexer.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 _supportNonStandardSymbol = true;
91}
92void LuaLexer::SupportCLikeComments(){
93 _supportCLikeComments = true;
94}
95
96LuaTokenKind LuaLexer::Lex() {
97 _reader.ResetBuffer();

Callers 1

GetParserMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetParserMethod · 0.36