Parsing a document

require 'enolib'

input = File.read('intro.eno')
document = Enolib.parse(input)

Next page: Providing the source