Sha256: 50c93768b3a9e69522ae17bc5150806c1049bf3258208bdb13200af012c67775

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

grammar XdrConstGrammar

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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xdrgen-0.1.1 lib/xdrgen/grammar/const.treetop
xdrgen-0.1.0 lib/xdrgen/grammar/const.treetop
xdrgen-0.0.1 lib/xdrgen/grammar/const.treetop