Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
92
void LuaLexer::SupportCLikeComments(){
93
_supportCLikeComments = true;
94
}
95
96
LuaTokenKind LuaLexer::Lex() {
97
_reader.ResetBuffer();
Callers
1
GetParser
Method · 0.45
Calls
no outgoing calls
Tested by
1
GetParser
Method · 0.36