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 <j...@simplid.com> wrote:

> 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.
>
> Arrays are 0 based. For versionning we use semantic versioning, so VVMMPP
> schema would fit the best.
>
> Sincerely,
> Jakub Jabłoński
>
>
> On Thursday, February 20, 2025 21:06 CET, Cary Coutant <ccout...@gmail.com>
> wrote:
>
>
> 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ński via Dwarf-discuss <
> dwarf-discuss@lists.dwarfstd.org> wrote:
>
>> Dear DWARF-discuss List,
>>
>> I hope this email finds you well.
>>
>> I'm writing on behalf of whole V dev team to propose the addition of a new 
>> constant to the DWARF debugging information standard to better support the V 
>> programming language. V languge currently relies on transpilation to C, but 
>> for better debugging experience we are working currently on direct native 
>> support. Therefore to identify new language I propose adding:
>> DW_LNAME_V 0x002d
>>
>> to be used with DW_AT_language_name attribute.
>>
>> Could you please also advise if it is still necessary to add DW_LANG_V 
>> constant (for DW_AT_language) with version 6 of the standard ?
>> I believe this addition would greatly improve the debugging experience for V 
>> programs and enable better tooling support. I'm happy to discuss this 
>> further and provide any additional information you may need.
>>
>> Thank you for your time and consideration.
>>
>> Sincerely,
>>
>> Jakub Jabłoński
>> --
>> Dwarf-discuss mailing list
>> Dwarf-discuss@lists.dwarfstd.org
>> https://lists.dwarfstd.org/mailman/listinfo/dwarf-discuss
>
>
>
>
-- 
Dwarf-discuss mailing list
Dwarf-discuss@lists.dwarfstd.org
https://lists.dwarfstd.org/mailman/listinfo/dwarf-discuss

Reply via email to