Bend/cspell.json

137 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2024-02-26 17:32:33 +03:00
{
"version": "0.2",
"language": "en",
"words": [
"anni",
"annihilations",
"arities",
"arity",
2024-05-21 17:43:21 +03:00
"arrayvec",
2024-02-26 17:32:33 +03:00
"behaviour",
"bitand",
"Bitonic",
2024-02-26 17:32:33 +03:00
"builtins",
"callcc",
"chumsky",
2024-05-27 22:41:01 +03:00
"clippy",
2024-05-18 16:29:33 +03:00
"codegen",
2024-04-10 20:27:47 +03:00
"codepoint",
2024-05-08 15:23:26 +03:00
"codepoints",
2024-02-26 17:32:33 +03:00
"combinators",
"concat",
2024-02-26 17:32:33 +03:00
"ctrs",
"cuda",
2024-02-26 17:32:33 +03:00
"datatypes",
"Deque",
"destructures",
2024-02-26 17:32:33 +03:00
"desugared",
2024-02-28 21:35:57 +03:00
"desugars",
"devs",
2024-02-26 17:32:33 +03:00
"dups",
"effectful",
2024-05-27 14:56:52 +03:00
"elif",
2024-05-27 14:53:32 +03:00
"elifs",
2024-02-26 17:32:33 +03:00
"foldl",
"hasher",
2024-04-10 20:27:47 +03:00
"hexdigit",
2024-02-26 17:32:33 +03:00
"hvm's",
"indexmap",
"inet",
"inets",
"inlineable",
"inlineables",
2024-05-22 22:08:40 +03:00
"inlinees",
2024-02-26 17:32:33 +03:00
"inlines",
"inodes",
"insta",
"interner",
"ints",
2024-02-26 17:32:33 +03:00
"itertools",
"ITRS",
"kwarg",
2024-05-03 19:33:25 +03:00
"kwargs",
2024-02-26 17:32:33 +03:00
"lcons",
2024-03-12 18:41:08 +03:00
"linearization",
2024-02-26 17:32:33 +03:00
"linearizes",
"linearizing",
"lnil",
2024-05-16 22:44:02 +03:00
"lpthread",
2024-05-21 17:43:21 +03:00
"mant",
"miscompilation",
2024-02-26 17:32:33 +03:00
"mult",
"namegen",
"nams",
2024-06-18 19:58:34 +03:00
"nanosleep",
2024-03-19 19:59:17 +03:00
"nats",
2024-05-21 17:43:21 +03:00
"newtype",
"nilary",
"nullary",
2024-02-26 17:32:33 +03:00
"numop",
2024-02-28 00:01:08 +03:00
"nums",
"OOM's",
2024-02-26 17:32:33 +03:00
"oper",
2024-06-06 00:18:50 +03:00
"opers",
"parallelizable",
2024-03-12 21:28:23 +03:00
"peekable",
2024-02-26 17:32:33 +03:00
"postcondition",
2024-05-03 19:48:52 +03:00
"powi",
"prec",
2024-06-18 19:58:34 +03:00
"proto",
2024-05-18 16:29:33 +03:00
"Pythonish",
"quadtree",
2024-05-16 22:44:02 +03:00
"quadtrees",
"rbag",
2024-02-26 17:32:33 +03:00
"readback",
"recursively",
"redex",
2024-02-26 17:32:33 +03:00
"redexes",
2024-05-22 22:08:40 +03:00
"repr",
2024-02-26 17:32:33 +03:00
"resugar",
"resugared",
"resugaring",
"rfold",
"rsplit",
"rwts",
"scons",
"scopeless",
"scrutinee",
2024-05-16 22:44:02 +03:00
"sequentialism",
2024-02-26 17:32:33 +03:00
"snil",
"SOTA",
2024-02-26 17:32:33 +03:00
"stdext",
"struct",
2024-02-26 17:32:33 +03:00
"subcmd",
"submatch",
"subpattern",
"subpatterns",
"subterm",
"subterms",
"succ",
"supercombinator",
"supercombinators",
2024-06-18 19:58:34 +03:00
"tlsv",
2024-04-10 20:27:47 +03:00
"TSPL",
2024-02-27 21:31:23 +03:00
"tunr",
2024-02-26 17:32:33 +03:00
"unbounds",
"undefer",
2024-02-26 17:32:33 +03:00
"vectorize",
"vectorizes",
2024-06-05 19:31:30 +03:00
"walkdir"
2024-02-26 17:32:33 +03:00
],
"files": [
"**/*.rs",
"**/*.md"
],
2024-05-15 01:32:50 +03:00
"ignoreRegExpList": [
"HexValues",
"/λ/g",
"/-O/g",
"/`.`/g",
"/`..`/g",
"/`...`/g",
"/`....`/g",
2024-05-19 02:10:19 +03:00
"/`.....`/g",
"/```.*\n.*\n```/g"
2024-05-15 01:32:50 +03:00
]
}