lang: lex: add diagnostic support

This commit is contained in:
2025-05-08 20:31:55 +01:00
parent cc99e7440e
commit a28874145c
3 changed files with 35 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
struct ivy_lexer {
struct ivy_lexer_symbol_node *lex_sym_tree;
struct ivy_diag_ctx *lex_diag_ctx;
struct ivy_line_source *lex_source;
b_dict *lex_keywords;
enum ivy_status lex_status;