class EVOLICITY_TEMPLATE_STACK_TABLE

(source code)

description

Stacks of templates to enable use of recursive templates

note
	description: "Stacks of templates to enable use of recursive templates"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-09-22 16:04:23 GMT (Sunday 22nd September 2024)"
	revision: "6"

class
	EVOLICITY_TEMPLATE_STACK_TABLE

inherit
	EL_HASH_TABLE [ARRAYED_STACK [EVOLICITY_COMPILED_TEMPLATE], FILE_PATH]
		rename
			item as stack,
			found_item as found_stack
		end

create
	make_equal

end