File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#include < libasr/codegen/asr_to_cpp.h>
1414#include < libasr/codegen/asr_to_py.h>
1515#include < libasr/codegen/asr_to_x86.h>
16- #include < lpython/fortran_evaluator .h>
16+ #include < lpython/python_evaluator .h>
1717#include < libasr/codegen/evaluator.h>
1818#include < libasr/pass/do_loops.h>
1919#include < libasr/pass/for_all.h>
Original file line number Diff line number Diff line change 11set (SRC
22 semantics/python_ast_to_asr.cpp
33
4- fortran_evaluator .cpp
4+ python_evaluator .cpp
55
66 pickle.cpp
77 python_serialization.cpp
Original file line number Diff line number Diff line change 11#include < iostream>
22#include < fstream>
33
4- #include < lpython/fortran_evaluator .h>
4+ #include < lpython/python_evaluator .h>
55#include < libasr/codegen/asr_to_cpp.h>
66#include < libasr/exception.h>
77#include < libasr/asr.h>
Original file line number Diff line number Diff line change 1- #ifndef LFORTRAN_FORTRAN_EVALUATOR_H
2- #define LFORTRAN_FORTRAN_EVALUATOR_H
1+ #ifndef LFORTRAN_PYTHON_EVALUATOR_H
2+ #define LFORTRAN_PYTHON_EVALUATOR_H
33
44#include < iostream>
55#include < memory>
@@ -66,4 +66,4 @@ class PythonCompiler
6666
6767} // namespace LFortran
6868
69- #endif // LFORTRAN_FORTRAN_EVALUATOR_H
69+ #endif // LFORTRAN_PYTHON_EVALUATOR_H
Original file line number Diff line number Diff line change 22
33#include < cmath>
44
5- #include < lpython/fortran_evaluator .h>
5+ #include < lpython/python_evaluator .h>
66#include < libasr/codegen/evaluator.h>
77#include < libasr/exception.h>
88#include < libasr/asr.h>
You can’t perform that action at this time.
0 commit comments