diff options
author | Carlos Maniero <carlosmaniero@gmail.com> | 2023-04-29 15:55:39 -0300 |
---|---|---|
committer | Carlos Maniero <carlosmaniero@gmail.com> | 2023-04-29 19:02:38 -0300 |
commit | 9f034b4ebfe15844ea610ec2dd2fca1a9f7ce338 (patch) | |
tree | bb415654b8af0dac33fdce6537f0ab32234c3a20 /test/munit.c | |
parent | 817fbfef34908931ebeaa4da1a8d21ef79572e5a (diff) |
ast: Introduce ast_identifier_t for named ast nodes
Prior to this change, ast_variable_declaration_t and
ast_function_declaration_t used a string_view as an identifier. However,
to support scoped identifiers, it is more appropriate to use an
ast_identifier_t as a reference.
Signed-off-by: Carlos Maniero <carlosmaniero@gmail.com>
Co-authored-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'test/munit.c')
0 files changed, 0 insertions, 0 deletions