How about a `+syntax` meta that would specify the version of EO that the code is written for: ``` +syntax 0.59.0 ``` The parser will gracefully refuse to compile if its version is older than the one specified.