Skip to content

this project is an interpreter for Monty ByteCodes files

Notifications You must be signed in to change notification settings

AhmedHamed3699/monty

Repository files navigation

monty

An interpreter for Monty ByteCodes files written in C language.
It is mainly made as a practice for dealing with stack & queue, and it is a part of ALX SE program.

🔧 How to Use

  • Compile using:

    gcc -Wall -Werror -Wextra -pedantic -std=c89 *.c -o monty
  • Run with:

    ./monty <filename>

NOTE: There is also a directory for practicing brainf*ck 🧠😃

About

this project is an interpreter for Monty ByteCodes files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published