Sha256: 83e1540c702bc8fe962170d4346f2e9ec0c47e7be825ff1b9369bd195be450c5
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
module Treetop class ZeroOrMore < RepeatingParsingExpression def enough?(results) true end def to_s "(#{repeated_expression.to_s})*" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
treetop-0.1.0 | lib/treetop/grammar/parsing_expressions/zero_or_more.rb |