Skip to content

Commit

Permalink
Added 'size' keyword to keyword list.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 21, 2024
1 parent ac415fb commit d8459f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/n8/parser/OperatorsAndKeys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ const std::unordered_set<std::string> OperatorsAndKeys::keywords = {
"random", "func", "ret", "true", "false",
"catch", "handle", "throw", "maybe", "then",
"type", "use", "test", "val", "parallel",
"wait"
"wait", "size"
};

0 comments on commit d8459f5

Please sign in to comment.