diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-30 19:41:16 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-30 19:41:16 +0100 |
| commit | 5f7d83974114c73327ce9fff3635927df050b5e4 (patch) | |
| tree | 6f2c24c5c6f208b721bd97065e5fe37a6bbe9d2f /boot/stage16/cl.elna | |
| parent | eb691db24aaaa43eca03d82a5075b3eba52beedc (diff) | |
| download | elna-5f7d83974114c73327ce9fff3635927df050b5e4.tar.gz | |
Replace getters and setters with field access
Diffstat (limited to 'boot/stage16/cl.elna')
| -rw-r--r-- | boot/stage16/cl.elna | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/stage16/cl.elna b/boot/stage16/cl.elna index fc44bc7..bc127d3 100644 --- a/boot/stage16/cl.elna +++ b/boot/stage16/cl.elna @@ -7,6 +7,9 @@ program; (* Stage 16 compiler. *) +(* - Support for field access on records. *) +(* - More than one nested designator expression in another designator expression. *) + type (** * List of intermediate representation items. |
