Skip to content
#

monty

Here are 71 public repositories matching this topic...

Monty Project | Month 3 | Sprint 2: This project is an interpreter for Monty ByteCodes files, written in C. It implements the concepts of a stack (LIFO - Last In, First Out) and a queue (FIFO - First In, First Out). The interpreter supports various commands such as push, pall, pint, pop, swap, add, nop, sub, div, mul, and more.

  • Updated Aug 20, 2024
  • C

An interpreter for Monty ByteCodes files. Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. Monty aims to close the gap between scripting and programming languages

  • Updated Nov 26, 2023
  • C

This repository explores the implementation of two fundamental data structures in C. Stacks are used for managing data with a last-in-first-out approach, while queues operate with a first-in-first-out strategy. Understanding and utilizing these data structures is essential for efficient algorithm design and data management in C programming.

  • Updated Aug 27, 2023
  • C

Improve this page

Add a description, image, and links to the monty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monty topic, visit your repo's landing page and select "manage topics."

Learn more