summaryrefslogtreecommitdiffstats
path: root/teams/wg-grammar.toml
blob: b9041a35205646ba9acb19f36195785139416b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = "wg-grammar"
subteam-of = "lang"
wg = true

[people]
leads = ["eddyb", "qmx"]
members = [
    "eddyb",
    "CAD97",
    "Centril",
    "qmx",
]

[website]
name = "Grammar"
description = "Working out the official, formal grammar for Rust and validating it against existing implementations."