Skip to content

Commit cf5dfec

Browse files
committed
categories: add interpreter
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 88b627d commit cf5dfec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ description = """
220220
Crates to interface with specific CPU or other hardware features.\
221221
"""
222222

223+
[interpreter]
224+
name = "Interpreter"
225+
description = """
226+
Interpreter for a specific language.\
227+
"""
228+
223229
[memory-management]
224230
name = "Memory management"
225231
description = """

0 commit comments

Comments
 (0)