Relative Content

Tag Archive for pythonesoteric-languages

My esoteric programming language doesn’t add loops to stack

I’m making an esoteric programming language and when I try to add a loop(a loop is made with an ‘o’ then the amount of times after that. For example, o2hello* this will get hello 2 times and print it with the star(*).) onto the stack by putting ‘a’ at the start. It adds ‘o2hello’ instead of ‘hello 2 times’ as I programmed it as.