ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
sys_defs.c File Reference

definition of system semantic elements for bootstrapping More...

#include "tree.h"
#include "def.h"
#include "receptor.h"
#include "base_defs.h"
#include <stdarg.h>
#include <glob.h>
#include "util.h"
#include "debug.h"
Include dependency graph for sys_defs.c:

Go to the source code of this file.

#define _sd(s, c, t, i)   ; s.context = c;s.semtype=t;s.id=i;
 
const Symbol NULL_SYMBOL = {0,SEM_TYPE_SYMBOL,0}
 
const Structure NULL_STRUCTURE = {0,SEM_TYPE_STRUCTURE,0}
 
const Process NULL_PROCESS = {0,SEM_TYPE_PROCESS,0}
 
SemTableG_sem
 
Context G_ctx
 
char * G_label
 
SemTabledef_sys ()
 
void sys_free (SemTable *sem)
 
TsT_ (SemTable *sem, Symbol sym, int num_params,...)
 
void load_contexts (SemTable *sem)
 
void load_context (char *path, Receptor *parent)
 

Detailed Description

definition of system semantic elements for bootstrapping

Definition in file sys_defs.c.