That’s a good call. Thank you for clarifying. Fortunately, I plan to use this for setting constants at the global scope: @eval const $vName = $vType($vValue);.
I would just use a standard format like JSON and read it into a dictionary with JSON.jl. Much more flexible that parsing your own format and calling eval to define global variables.