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
I was reading this on the gonuts group. Having a formal spec of Gypsy would be nice to have people using it. I would love to have config files in YAMLish form. Spyc is a simple YAML parser in PHP and it's pretty small:
that supports the full 1.0 YAML spec and it's used in many projects. YAML 1.0 may be too much but it is pretty simple (a TON simpler that YAMLl 1.1 or 1.2) and might be a good start.
And just start stripping away, leaving just the part of the specification that makes sense to the user config files needs. That can be the way to go to avoid writing a full formal specification.
Write a formal specification of the subset of YAML understood by Gypsy
The text was updated successfully, but these errors were encountered: