#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"
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 | ( | ) |
Referenced by cpp(), and dopascal().
| void aoset_in | ( | FILE * | in_str | ) |
Set the input stream. This does not discard the current input buffer.
| in_str | A readable stream. |
References aoin.
Referenced by cpp(), and dopascal().
| void cpp | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void dopascal | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References assert(), cpp(), and dopascal().
Referenced by QSong::data(), HistorySong::HistorySong(), SongSelectorLogic::SongSelectorLogic(), and SongSelectorLogic::updateItemList().
| char* current_ao |
Referenced by yyparse().
| map<string,string> field2init |
Referenced by cpp(), dopascal(), and yyparse().
Referenced by cpp(), dopascal(), and yyparse().
Referenced by args2str(), copyargs(), cpp(), dopascal(), and yyparse().
Referenced by cpp(), dopascal(), and yyparse().
1.6.2