#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"
Go to the source code of this file.
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 | ( | ) |
void doset_in | ( | FILE * | i | ) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
bool access_checks = true |
char* current_do = NULL |
char* current_pa = NULL |
string field2init |
char* makers_emitted_for = NULL |