Specification ============= The HGraph Language Design Specification serves as the authoritative reference for the HGraph programming language and runtime system. It enables implementation of compatible HGraph runtimes in any programming language while maintaining semantic equivalence with the reference Python implementation. .. toctree:: :maxdepth: 2 :caption: Specification Documents 00_INDEX 01_OVERVIEW 02_TYPE_SYSTEM 03_WIRING_SYSTEM 04_RUNTIME_SYSTEM 05_TIME_SERIES_TYPES 06_NODE_TYPES 07_OPERATORS 08_ADVANCED_CONCEPTS 09_CONTROL_FLOW 10_DATA_SOURCES