goonerlabs / monty

The Monty 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monty

Creating an interpreter for Monty ByteCodes files

Monty is a scripting language that is first compiled into Monty byte code

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.

About

The Monty 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.


Languages

Language:C 88.5%Language:Brainfuck 4.4%Language:MATLAB 4.0%Language:M 2.2%Language:Forth 0.6%Language:Shell 0.4%