For parsers, it's beneficial to be able to detect the version of a Fluent file.
Right now, we can use feature detection pretty well to distinguish 0.4 from 0.5-0.7 syntax.
Might make sense to add a header entry to denote syntax going forward.
I'd go with a semantic comment. # @syntax 1.0 for example.
For parsers, it's beneficial to be able to detect the version of a Fluent file.
Right now, we can use feature detection pretty well to distinguish 0.4 from 0.5-0.7 syntax.
Might make sense to add a header entry to denote syntax going forward.
I'd go with a semantic comment.
# @syntax 1.0for example.