new text conversion and string code (big changes, take care please)
This commit is contained in:
11
H/amidefs.h
11
H/amidefs.h
@@ -273,6 +273,7 @@ typedef enum {
|
||||
p: predicate, struct pred_entry *
|
||||
s: small integer, COUNT
|
||||
t: pointer to table entry, used by yaptab, struct table_entry *
|
||||
u: utf-8 string
|
||||
x: wam register, wamreg
|
||||
y: environment slot
|
||||
|
||||
@@ -558,6 +559,11 @@ typedef struct yami {
|
||||
COUNT s;
|
||||
CELL next;
|
||||
} os;
|
||||
struct {
|
||||
OPCODE opcw;
|
||||
Term u;
|
||||
CELL next;
|
||||
} ou;
|
||||
struct {
|
||||
OPCODE opcw;
|
||||
wamreg x;
|
||||
@@ -783,6 +789,11 @@ typedef struct yami {
|
||||
wamreg xr;
|
||||
CELL next;
|
||||
} xx;
|
||||
struct {
|
||||
wamreg x;
|
||||
Term u;
|
||||
CELL next;
|
||||
} xu;
|
||||
struct {
|
||||
wamreg x;
|
||||
wamreg xi;
|
||||
|
||||
Reference in New Issue
Block a user