/LI2-Project

🤖 Stack Machine

Primary LanguageC

LI2 PROJECT

Final Grade: 20/20

About the Project

This project was developed for the LI2 curricular unit of the Software Engineering degree at U.Minho for the 2021/2022 year. The objective was to make a Stack Machine in C.

How to run the project

To beign with, you must have CMake installed

Generating the Makefile

$ cmake CMakeList.txt

Compiling with the Makefile

$ make

Running the program

$ ./_0M

Contributors