mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Add local_num skeleton framework to deref/closure emit calls.
This commit is contained in:
@@ -7,6 +7,7 @@ enum {
|
||||
};
|
||||
|
||||
typedef struct _id_info_t {
|
||||
// TODO compress this info to make structure smaller in memory
|
||||
bool param;
|
||||
int kind;
|
||||
qstr qstr;
|
||||
|
||||
Reference in New Issue
Block a user