lib/dentaku/ast/numeric.rb



require_relative "./literal"

module Dentaku
  module AST
    class Numeric < Literal
    end
  end
end