This Project features a custom Matlab ByteCode interpreter. This Project is written in C.
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.
gcc -Wall -Werror -Wextra -pedantic *.c -o monty
./monty byte_file.m