Skip to content

bakp22/C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ Interpreter

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.


🔧 Requirements

  • C++ compiler (e.g., g++)
  • Terminal or shell (Linux, macOS, or Windows with WSL or Git Bash)

🚀 How to Compile

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! :)

About

A fun interpreter made in C++ :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages