Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 616 Bytes

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