We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b4d27 commit a7e2ff9Copy full SHA for a7e2ff9
.cspell.jsonc
@@ -83,6 +83,20 @@
83
"!2lw-deny-list", // turns off the dictionary
84
]
85
},
86
+ {
87
+ "filename": "languages/tolk/features/compiler-optimizations.mdx",
88
+ "ignoreWords": [
89
+ "fifting",
90
+ ]
91
+ },
92
93
+ "filename": "languages/tolk/from-func/tolk-vs-func.mdx",
94
95
+ "transpiles",
96
+ "Hindley",
97
+ "Milner",
98
99
100
{
101
"filename": "**/api/**/*.{json,yml,yaml}",
102
"ignoreWords": [
@@ -110,6 +124,7 @@
110
124
"foundations/whitepapers/ton.mdx",
111
125
"foundations/whitepapers/tvm.mdx",
112
126
"languages/fift/whitepaper.mdx",
127
+ "languages/tolk/features/standard-library.mdx",
113
128
// Generated files
114
129
"tvm/instructions.mdx",
115
130
// Binaries
0 commit comments