#include "preproc/PPRullst.h"
#include "preproc/PPInput.h"
#include "preproc/PPAbblst.h"
#include "preproc/PPFnclst.h"
#include <unistd.h>
#include "InputScanner.h"
#include "Token.h"
#include <queue>
#include <map>
#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
class | PreprocScanner |
The PreprocScanner class is an implementation of the InputScanner for the BOSS client. It is a wrapper class to the functions of the preproc library and uses the code from preproc main() function. More... |
Thomas Portele