Sha256: 6f1b953ba32f2bc08f7af4861102ffaca999a99074f4762c857ebc65890069bd
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
module Treetop class Protometagrammar class AnythingSymbolExpressionBuilder < ParsingExpressionBuilder def build exp(".") do def value(grammar = nil) AnythingSymbol.new end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
treetop-0.1.0 | lib/treetop/protometagrammar/anything_symbol_expression_builder.rb |