yyyyyyyan / rockstar-py

Python transpiler for the esoteric language Rockstar
MIT License
95 stars 26 forks source link

Aint doesn't work #23

Closed BenjMonast closed 6 years ago

BenjMonast commented 6 years ago

This code should compile:

Listen to your heart

If your heart aint "rock"
Say "Pick rock, paper, or scissors"

But instead, I get this error:

File "output.py", line 2
    if your_heart aint "rock":
                    ^
SyntaxError: invalid syntax

How come aint doesn't work?

yyyyyyyan commented 6 years ago

You're right. I'll work on it rn