Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
-
Updated
Nov 1, 2023 - C
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
A language toolchain for explicitly typed annotated Python. 🐍
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. The goal of this project is to create an interpreter for Monty ByteCodes files.
A repository that stores an minimal interpreter for Monty Programming Language
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. The goal of this project is to create an interpreter for Monty ByteCodes files.
This repository is a Monty Bytecode Interpreter. This interpreter was built in the C language and reads Monty bytecode files of any extension. This interpreter can be run as either a stack (LIFO) or queue (FIFO).
🎙 Monty ByteCode interpreter by @Adebayo-S and @BrightOlawale
0x19. C - Stacks, Queues - LIFO, FIFO
Monty is an interpreter of Monty ByteCodes files. Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python).
Demo of the Monty Python witch scene with Prolog
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. The goal of this project is to create an interpreter for Monty ByteCodes files.
Files containing Monty byte codes usually have the .m extension. Most of the industry uses this standard but it is not required by the specification of the language. This repository contains the codebase which contains an interpreter for Monty ByteCode files.
TE3201-Software Engineering (Weekly Project)
Add a description, image, and links to the monty topic page so that developers can more easily learn about it.
To associate your repository with the monty topic, visit your repo's landing page and select "manage topics."