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
StackFrame Struct Reference

Data Fields

struct ParseState ReturnParser
const char * FuncName
struct ValueReturnValue
struct Value ** Parameter
int NumParams
struct Table LocalTable
struct TableEntryLocalHashTable [LOCAL_TABLE_SIZE]
struct StackFramePreviousStackFrame

Detailed Description

Definition at line 238 of file interpreter.h.


The documentation for this struct was generated from the following file:
 All Data Structures