asm: update bluelib api usage

This commit is contained in:
2025-11-06 10:38:40 +00:00
parent 4386965cd9
commit 06f384e089
11 changed files with 105 additions and 86 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/asm/lex.h>
#include <stdint.h>