Skip to content

Commit bf22455

Browse files
committed
Auto merge of #2983 - mental32:mental/gh-1412, r=Turbo87
Add "compilers" category. Sub categories include: transpilers, interpreters, and compilers. I decided to follow the precedence set by `"parser-implementations"` and `"parsing"` for these categories since they felt appropriately related. Resolves #1412
2 parents 7cc8d7b + 0ea4e15 commit bf22455

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Crates to store the results of previous computations in order to reuse \
6767
the results.\
6868
"""
6969

70+
[compilers]
71+
name = "Compilers"
72+
description = """
73+
Compiler implementations, including interpreters and transpilers.\
74+
"""
75+
7076
[command-line-interface]
7177
name = "Command-line interface"
7278
description = """

0 commit comments

Comments
 (0)