Skip to content

The goal of this project is to create an interpreter for Monty ByteCodes files

Notifications You must be signed in to change notification settings

SandraCalero/monty

Repository files navigation

Holberton

C - Stacks, Queues - LIFO, FIFO

General

  • What do LIFO and FIFO mean
  • What is a stack, and when to use it
  • What is a queue, and when to use it
  • What are the common implementations of stacks and queues
  • What are the most common use cases of stacks and queues
  • What is the proper way to use global variables

Flow char

Flow_char

Compilation

Once the files are downloaded, the compilation process must be done as following:

$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o monty

Usage

$ ./monty <file>

Contributing

This is a purely academic project for Holberton School. It cannot be modified and there will be no pull requests.

Authors:

Sandra Liliana Calero - twitter Juan Sebastian Gonzalez - twitter

About

The goal of this project is to create an interpreter for Monty ByteCodes files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published