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.
knowledge about structs, pointers, double pointers, strtok, functions in C
language
-for have the code in your local machine you only need download the code files and put it into a directory. -for compile the code use: gcc -Wall -Werror -Wextra -pedanctic *.c monty.h -o monty
All the code was write under ubuntu 14.04 using the compiler GCC version 3.8
-- Miguel Antonio Cortez - Holberton Student
-- Yesid Gutierrez - Holberton Student
for our learning in Holberton school
--- Miguel Antonio Cortez 784@holbertonschool.com
---Yesid Gutierrez 944@holbertonschool.com
File | Description |
---|---|
main.c | |
_getline.c | |
get_opcode.c | |
pall.c | |
push.c | |
monty.h |