Overview
ISO/IEC 9496:2003 specifies CHILL - the ITU‑T programming language - as an international standard. CHILL is a strongly typed, block‑structured and object‑oriented language designed primarily for implementing large, complex embedded systems. The standard defines CHILL’s language constructs, semantics, runtime behaviour and implementation options to promote reliability, runtime efficiency, modular and piecewise development.
Key topics covered
The standard provides a comprehensive language specification, including:
- Language fundamentals: metalanguage, lexical rules, comments, format effectors and compiler directives.
- Modes and classes: mode definitions, discrete/real/powerset/reference/procedure/instance modes and composite/dynamic modes.
- Locations and accesses: declarations, location semantics and access mechanisms.
- Values and operations: primitive values, expressions, synonym definitions and operations.
- Actions and control flow: assignment, conditional (if/case), loops (do), call/return, goto, assert and built‑in routines.
- Input/Output: I/O reference model, associations, access values and built‑in I/O routines.
- Exception handling: handler definitions and exception flow control.
- Time supervision: timing modes, timeoutable processes and timing actions for real‑time behaviour.
- Program structure: modules, procedures, processes, regions, storage allocation, genericity and piecewise programming constructs.
- Concurrent execution: processes/threads/tasks, mutual exclusion, signalling, synchronization and region completion.
- Implementation options and appendices (character set, special symbols, reserved names).
These topics together specify both syntax and semantic properties needed to implement CHILL compilers, toolchains and runtime environments.
Practical applications
ISO/IEC 9496:2003 is aimed at projects needing a standardized, efficient language for safety‑critical or performance‑sensitive embedded software. Practical uses include:
- Development of real‑time, large‑scale embedded systems requiring strict typing and predictable runtime behaviour.
- Systems where modular, piecewise development and maintainability are priorities.
- Implementing compilers, static analyzers or runtime libraries for CHILL.
- Academic or industrial reference for language design, especially for telecommunications‑related software (ITU‑T origins).
Who should use this standard
- Embedded systems engineers and software architects
- Compiler and toolchain implementers
- Systems integrators in safety‑critical domains
- Standards bodies, educators and technical writers documenting CHILL projects
Related standards
ISO/IEC 9496:2003 complements other ISO/IEC and ITU‑T programming language standards and implementation guidance for programming languages and real‑time systems. Use it as the authoritative reference when working with or implementing CHILL.