Sha256: c27231471bf362ae1fa8f69221bb6e30785278859a932a8d9f53a10d1db2f72c
Contents?: true
Size: 910 Bytes
Versions: 226
Compression:
Stored size: 910 Bytes
Contents
# Autogenerated from a Treetop grammar. Edits may be lost. module Mail module PhraseLists include Treetop::Runtime def root @root ||= :primary_phrase end include RFC2822 module PrimaryPhrase0 def phrases [first_phrase] + other_phrases.elements.map { |o| o.phrase_value } end end def _nt_primary_phrase start_index = index if node_cache[:primary_phrase].has_key?(index) cached = node_cache[:primary_phrase][index] if cached cached = SyntaxNode.new(input, index...(index + 1)) if cached == true @index = cached.interval.end end return cached end r0 = _nt_phrase_list r0.extend(PrimaryPhrase0) node_cache[:primary_phrase][start_index] = r0 r0 end end class PhraseListsParser < Treetop::Runtime::CompiledParser include PhraseLists end end
Version data entries
226 entries across 184 versions & 17 rubygems