ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
preprocessortest.cpp
Go to the documentation of this file.
1 #include "preprocessor.hpp"
2 #include <iostream>
3 #include <fstream>
4 using namespace std;
5 ifstream stre("preprocessor.test");
7 int main()
8 {
9  for (int i=0; i<s.lines.size(); ++i)
10  cout<<s.lines[i]<<endl;
11  return 0;
12 }
SchemeUnit(std::istream &schemeStream)
Definition: preprocessor.cpp:6
SchemeUnit s(stre)
ifstream stre("preprocessor.test")
int main()
std::vector< std::string > lines