Re: [Dwarf-discuss] Proposal: Add support for "property" with getter/setter (based on Pascal properties)

2025-03-11 Thread Cary Coutant via Dwarf-discuss
Thanks, Adrian and Ron. I went ahead and applied the grammatical changes Ron suggested (2, 3, 5), but left the more substantive ones (1, 4) for Adrian to address. -cary On Tue, Mar 11, 2025 at 8:59 AM Ron Brender wrote: > Mmore suggested changes are attached... > > Ron > > > On Mon, Mar 10, 202

Re: [Dwarf-discuss] [COMMENT] Other: Language code for Algol 68

2025-03-11 Thread Jose E. Marchesi via Dwarf-discuss
> Thanks! > > This is issue 250304.1 > > . > > I've assigned DW_LANG_Algol68 = 0x44 and DW_LNAME_Algol68 = 0x2e. Thank you very much! I am updating the front-end to use these codes. > > -cary > > > On Thu, Mar 6, 2025 at 11:53 PM Jose E. Marchesi wrote: > >> >> >> >> >> # Adding a language cod

Re: [Dwarf-discuss] Proposal: Add support for "property" with getter/setter (based on Pascal properties)

2025-03-11 Thread Adrian Prantl via Dwarf-discuss
Here is the latest revision: - Removed Pascal-specific wording from text in 5.19 (field -> data member) - added updates for Appendix A - updated Section 7.32 for type signature computation. -- adrian # Add support for "properties" ## Background Pascal has a property construct, that allows a "v

Re: [Dwarf-discuss] Proposal: Add support for "property" with getter/setter (based on Pascal properties)

2025-03-11 Thread Ron Brender via Dwarf-discuss
Mmore suggested changes are attached... Ron On Mon, Mar 10, 2025 at 12:46 PM Adrian Prantl via Dwarf-discuss < dwarf-discuss@lists.dwarfstd.org> wrote: > Here is the latest revision: > > - Removed Pascal-specific wording from text in 5.19 (field -> data member) > - added updates for Appendix A