1 #pragma once 2 3 namespace torch::jit { 4 static const char* valid_single_char_tokens = "+-*/%@()[]:,={}><.?!&^|~"; 5 } // namespace torch::jit 6