Monty is a compiler for a simple and low level programming language that is very close to python with the following features:
I only did very basic testing but the most important things work.
There must be lots of bugs left but to find them someone has to use it...
The code is executed on a simulated stack processor. I used it for early experiments. Now it is used for testing purposes only.
Around 2006 I was experimenting with Processor architectures. The goal was to create a computing platform with the following features:
I soon realised that I could not program those processors in assembler because I had to rewrite the entire code every time I changed something in the hardware.
So I started Monty.
I do not know yet if I want to continue my experiments. But I have been working on Monty for so long that I wanted to finish and publish it.
If I continue my work depends on the interest in it.
So if you are interested in using Monty, please tell me!