#include <map>#include <iostream>#include <fstream>#include <stdlib.h>#include <assert.h>#include <stdio.h>#include <vector>#include "ao-lexer.h"#include "ao-grammar.h"#include "ao-syntax.h"#include "sao-printer.h"

Go to the source code of this file.
Functions | |
| void | aoset_in (FILE *i) |
| int | aoparse () |
| void | dopascal (int argc, char *argv[]) |
| void | cpp (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| outputbuf | object |
| outputbuf | object2 |
| outputbuf | meta |
| outputbuf | msgs |
| outputbuf | msgs1 |
| outputbuf | globhead |
| outputbuf | useslist |
| outputbuf | impl |
| map< string, string > | field2init |
| char * | current_ao |
| bool | pascal = false |
| int aoparse | ( | ) |

| void aoset_in | ( | FILE * | i | ) |
| void cpp | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void dopascal | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| char* current_ao |
| map<string,string> field2init |
1.5.9