Sha256: 5ce767579a4808860df17dc66b6b2588ec04ec834005e60d3950c7135e37e425
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'treetop' # Base class for all Emerald syntax nodes class Node < Treetop::Runtime::SyntaxNode def to_html(_context) raise 'not implemented :(' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emerald-lang-1.0.0 | lib/emerald/nodes/node.rb |