Base

Base class

Base class for all classes in the EDSL package.

This abstract base class combines several mixins to provide a rich set of functionality to all EDSL objects. It defines the core interface that all EDSL objects must implement, including serialization, deserialization, and code generation.

All EDSL classes should inherit from this class to ensure consistent behavior and capabilities across the framework.