Re: [Dwarf-discuss] Request to add new constant for V Language

2025-03-03 Thread Cary Coutant via Dwarf-discuss
This is Issue 250220.1: https://dwarfstd.org/issues/250220.1.html I've assigned the language codes DW_LNAME_V = 0x2d (for DWARF 6) and DW_LANG_V = 0x43 (for DWARF 5 and earlier). -cary On Fri, Feb 21, 2025 at 7:24 AM Jakub Jabłoński wrote: > V is still developing and there is no finalized re

Re: [Dwarf-discuss] Request to add new constant for V Language

2025-02-21 Thread Jakub Jabłoński via Dwarf-discuss
V is still developing and there is no finalized reference yet. We still twaek smaller things, but over all syntax is already quite stable. General information about the language can be found at https://vlang.io/ and the documentation at https://docs.vlang.io. I hope this is not a problem. Array

Re: [Dwarf-discuss] Request to add new constant for V Language

2025-02-20 Thread Cary Coutant via Dwarf-discuss
Thanks, I'll add this. We are still assigning DW_LANG constants, so I'll assign one. Can you provide a reference for the V language? Please also let me know the default lower bound for arrays (0?) and which versioning scheme you'll want to use. -cary On Thu, Feb 20, 2025 at 4:51 AM Jakub Jabło