adding monkeytype
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled

This commit is contained in:
Benjamin Falch
2026-04-23 13:53:44 +02:00
parent e214a2fd35
commit 2bc741fb78
1930 changed files with 7590652 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
{
"name": "code_v",
"noLazyMode": true,
"words": [
"as",
"asm",
"assert",
"atomic",
"break",
"const",
"continue",
"defer",
"else",
"enum",
"false",
"fn",
"for",
"go",
"goto",
"if",
"import",
"in",
"interface",
"is",
"isreftype",
"lock",
"match",
"module",
"mut",
"none",
"or",
"pub",
"return",
"rlock",
"select",
"shared",
"sizeof",
"spawn",
"static",
"struct",
"true",
"type",
"typeof",
"union",
"unsafe",
"volatile",
"__global",
"__offsetof",
"print",
"println",
"main",
"panic",
"exit",
"bool",
"i8",
"i16",
"int",
"i64",
"u8",
"u16",
"u32",
"u64",
"f32",
"f64",
"string",
"rune",
"voidptr",
"any"
]
}