#include <stdint.h>
#include <stdlib.h>
#include <dirent.h>
#include <fstream>
#include <iostream>
#include <string>
#include <sstream>
#include "Version.hxx"
#include "Options.hxx"
#include "UocInfo.hxx"
#include "AST.hxx"
Go to the source code of this file.
Functions | |
| bool | EmitBitO (std::ostream &optStream, std::ostream &errStream) |
Calling this a back end is moderately laughable. All it does is pretty-print the original UoC.
Definition in file bito.cxx.
| bool EmitBitO | ( | std::ostream & | optStream, | |
| std::ostream & | errStream | |||
| ) |
Definition at line 62 of file bito.cxx.
References BITC_VERSION, Options::outputFileName, UocInfo::srcList, and uoc.
1.4.7