You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g2 games will be configured with a YAML file. We need to be able to parse this.
To begin with we'll just support a simplistic (but valid) subset of YAML that allows us to define a single document that has lists and associative arrays of integers and strings.
All extra parsing can be added on a need-by-need basis.
The text was updated successfully, but these errors were encountered:
g2 games will be configured with a YAML file. We need to be able to parse this.
To begin with we'll just support a simplistic (but valid) subset of YAML that allows us to define a single document that has lists and associative arrays of integers and strings.
All extra parsing can be added on a need-by-need basis.
The text was updated successfully, but these errors were encountered: