Xv6 with picoc & Linkage editor
v1.0
The project delineate mutual cohesion between c library, linkage editor ( linker), interpreter and operating system by porting the same on xv6 kernel
|
Data Fields | |
struct ValueType * | Typ |
union AnyValue * | Val |
struct Value * | LValueFrom |
char | ValOnHeap |
char | ValOnStack |
char | IsLValue |
Definition at line 200 of file interpreter.h.