template-project-cpp
Loading...
Searching...
No Matches
main.cpp
1
#include "Interpreter.hpp"
2
3
int
main() {
4
tpcpp::Interpreter
interpreter{};
5
interpreter.
run
();
6
7
return
0;
8
}
tpcpp::Interpreter
The tpcpp interpreter, which is a simple calculator.
Definition
Interpreter.hpp:12
tpcpp::Interpreter::run
void run()
Start the interpreter REPL loop.
Definition
Interpreter.cpp:32
src
main.cpp
Generated by
1.12.0