This project is a simple C++ program that reads commands or data and outputs the result. It is designed to be compiled and run from the terminal, with input/output handled through file redirection.
- C++ compiler (e.g.,
g++) - Terminal or shell (Linux, macOS, or Windows with WSL or Git Bash)
Open a terminal in the project directory and run:
g++ -std=c++17 main.cpp -o interpreter
to then output your generated code onto a file run:
./interpreter > output.txt
Enjoy! :)