#include <map>#include <iostream>#include <fstream>#include <stdlib.h>#include <assert.h>#include <stdio.h>#include <vector>#include "do-lexer.h"#include "do-grammar.h"#include "do-syntax.h"#include "do-printer.h"
Functions | |
| void | doset_in (FILE *i) |
| int | doparse () |
| int | main (int argc, char *argv[]) |
Variables | |
| outputbuf | object |
| outputbuf | methods |
| outputbuf | meta |
| outputbuf | msgs |
| outputbuf | msgs1 |
| outputbuf | globhead |
| string | field2init |
| char * | current_do = NULL |
| char * | current_pa = NULL |
| char * | makers_emitted_for = NULL |
| bool | access_checks = true |
| int doparse | ( | ) |
Referenced by main().
| void doset_in | ( | FILE * | in_str | ) |
Set the input stream. This does not discard the current input buffer.
| in_str | A readable stream. |
References doin.
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References access_checks, assert(), doparse(), doset_in(), fclose(), FILE, globhead, i, meta, and methods.
| bool access_checks = true |
Referenced by check_access_access(), main(), and yyparse().
| char* current_do = NULL |
Referenced by yyparse().
| char* current_pa = NULL |
Referenced by yyparse().
| string field2init |
Referenced by yyparse().
| char* makers_emitted_for = NULL |
Referenced by yyparse().
1.6.2