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

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

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