Skip to content
/ monty Public

Interpreter of Monty ByteCode files 🧩

Notifications You must be signed in to change notification settings

Gejix/monty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x19. C - Stacks, Queues - LIFO, FIFO

monty program description

This Project features a custom Matlab ByteCode interpreter. This Project is written in C.

Functioning

The program reads Matlab files in bytecodes folder /bytecodes/byte_file.m. This contains the instructions per line. It then calls the right function to modify a stack according to the instruction.

Compilation

gcc -Wall -Werror -Wextra -pedantic *.c -o monty

Usage

./monty byte_file.m

Author

About

Interpreter of Monty ByteCode files 🧩

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages