loom
8 строк · 383.0 Байт
1{
2"type" : ["int", "bool", "unsigned", "short", "long", "float", "double",
3"auto", "const", "void", "char", "uint16_t", "size_t", "int64_t",
4"int16_t", "uint16_t"],
5"include" : ["#", "#if", "#else", "#ifdef", "#ifndef", "#define", "#include", "#endif"],
6"Boolean" : ["true", "false"],
7"namespace" : ["std", "filesystem"]
8}
9