lang: update bluelib api usage

This commit is contained in:
2025-11-06 10:38:32 +00:00
parent b26c37c349
commit 4386965cd9
40 changed files with 351 additions and 271 deletions

View File

@@ -2,8 +2,8 @@
#define _LEX_H_
#include <blue/core/queue.h>
#include <blue/object/dict.h>
#include <blue/object/string.h>
#include <blue/ds/dict.h>
#include <blue/ds/string.h>
#include <ivy/lang/lex.h>
#include <ivy/status.h>
#include <stdint.h>