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 7c1dfdd commit 0ea4e15Copy full SHA for 0ea4e15
src/boot/categories.toml
@@ -64,7 +64,7 @@ the results.\
64
[compilers]
65
name = "Compilers"
66
description = """
67
-Compiler implementations, for translating high-level languages into lower level ones.\
+Compiler implementations, including interpreters and transpilers.\
68
"""
69
70
[command-line-interface]
@@ -285,13 +285,6 @@ Crates to help develop software capable of adapting to various \
285
languages and regions.\
286
287
288
-[interpreters]
289
-name = "Interpreters"
290
-description = """
291
-Interpreter implementations, without requiring them previously to have been compiled \
292
-into a machine language program.\
293
-"""
294
-
295
[localization]
296
name = "Localization (L10n)"
297
0 commit comments