#include "guileinterpreter.h"
#include "guileconsole.h"
#include <stdarg.h>
#include <stdio.h>
#include <errno.h>
Defines | |
| #define | OBJECTSTACKSIZE 1000 |
Functions | |
| yyerror (char* s) | |
| Gobj_ParserResult* | Gobj_parse (Gj_Ctx* ctx, char* str, Gobj_ParserParams* params) |
| void | gobj_objectPush (Gj_Object* ptr) |
| Gj_Object* | gobj_objectPop () |
Variables | |
| Gobj_ParserParams | gobj_parserParams |
| Gobj_ScannerStat | gobj_scannerStat |
| Gobj_ParserStat | gobj_parserStat |
1.2.1 written by Dimitri van Heesch,
© 1997-2000