Skip to content

A simple interpreter for Monty ByteCodes files

Notifications You must be signed in to change notification settings

dansarpong/monty

Repository files navigation

Monty

Description

This repository contains the files for the Monty project, which is a simple interpreter for Monty ByteCodes files. The interpreter is written in C and is compiled using gcc 4.8.4.

Compilation

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

About

A simple interpreter for Monty ByteCodes files

Resources

Stars

Watchers

Forks