yyyyyyyan / rockstar-py

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

Knock ..... down, down syntax not working #27

Closed stretchyboy closed 5 years ago

stretchyboy commented 5 years ago

According to the spec

Knock the walls down, down will decrement the value stored in the walls by 2

Currently I get the_walls -= 1, down

yyyyyyyan commented 5 years ago

rockstar-py is not fully updated according to the original docs. Thanks for pointing that out, I'll soon work on it