Sha256: 483beb0d84cd7ce6991606915527c5923635a9c5881b54688b1eb3de83fc7408
Contents?: true
Size: 466 Bytes
Versions: 12
Compression:
Stored size: 466 Bytes
Contents
require 'polyglot' require 'byebug' require 'treetop' require 'indented_blocks' parser = IndentedBlocksParser.new input = <<END def foo here is some indented text here it's further indented and here the same but here it's further again and some more like that before going back to here down again back twice and start from the beginning again with only a small block this time END parse_tree = parser.parse input p parse_tree
Version data entries
12 entries across 12 versions & 2 rubygems