Arkanjo
0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
preprocessor_main.cpp
Go to the documentation of this file.
1
// As preprocessor is, in the moment, separated from orchestrator
2
// we define a main function to use it.
3
4
#include "
preprocessor.hpp
"
5
#include <string>
6
#include <iostream>
7
#include <iomanip>
8
#include <cassert>
9
#include <filesystem>
10
using namespace
std
;
11
12
int
main
(
int
argc,
char
*argv[]){
13
Preprocessor
preprocessor(
true
);
14
return
0;
15
}
Preprocessor
Codebase preprocessing orchestrator.
Definition
preprocessor.hpp:36
std
Definition
json.hpp:5678
preprocessor.hpp
Codebase preprocessing interface.
main
int main(int argc, char *argv[])
Definition
preprocessor_main.cpp:12
pre
preprocessor_main.cpp
Generated by
1.12.0