grammar XdrConstGrammar

rule const_def
  "const" space identifier space? "=" space? value_n:value ";" 
  <Xdrgen::AST::Definitions::Const>
end

end