summaryrefslogtreecommitdiffstats
path: root/teams/wg-grammar.toml
blob: 92657ef6feff5d3c8683a8f296c4165f8c7a7428 (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 a the official, formal grammar for Rust and validating it against existing implementations."