yaml / yamlscript

Programming in YAML
MIT License
362 stars 31 forks source link

Change fully qualified symbol syntax #84

Closed ingydotnet closed 5 months ago

ingydotnet commented 5 months ago

Currently foo::bar.baz. Change to foo::bar:baz or foo::bar/baz. Without the change, foo.baz is problematic.