yyyyyyyan / rockstar-py

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

Add more keyword parsing #49

Open sylvainpelissier opened 2 years ago

sylvainpelissier commented 2 years ago

Add parsing for keywords: isnt, empty, silence, silent, are, cast, burn, cut, split, shatter and roll as described in rock star docs.

Closes #47.