Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages