mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
Linux un Windows build differences in CMakeLists and appropriate README
This commit is contained in:
@@ -84,6 +84,7 @@ Result<NoneType> ValidateGrammar(const std::vector<Token>& tokens) {
|
||||
nextToken.tokenType
|
||||
) == (*transitions)[token.tokenType].end()) {
|
||||
|
||||
|
||||
auto capitalize = [](const std::string& str) {
|
||||
if (str.empty()) return str;
|
||||
std::string result = str;
|
||||
|
||||
Reference in New Issue
Block a user