|
ceptr
|
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"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} |
| SemTable * | G_sem |
| Context | G_ctx |
| char * | G_label |
| SemTable * | def_sys () |
| void | sys_free (SemTable *sem) |
| T * | sT_ (SemTable *sem, Symbol sym, int num_params,...) |
| void | load_contexts (SemTable *sem) |
| void | load_context (char *path, Receptor *parent) |
definition of system semantic elements for bootstrapping
Definition in file sys_defs.c.