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 ParseState | ReturnParser |
const char * | FuncName |
struct Value * | ReturnValue |
struct Value ** | Parameter |
int | NumParams |
struct Table | LocalTable |
struct TableEntry * | LocalHashTable [LOCAL_TABLE_SIZE] |
struct StackFrame * | PreviousStackFrame |
Definition at line 238 of file interpreter.h.