yyyyyyyan / rockstar-py

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

Superstream (full streaming i/o) #21

Closed matthew-nm closed 6 years ago

matthew-nm commented 6 years ago

Can now take input from stdin or file, and output to stdout or file. Translation occurs line-by-line in real time.

Instead of having the convert function act as a loop over an entire paragraph of text, it now operates as a single line conversion function with all global values stored externally.

Fun to play with!

yyyyyyyan commented 6 years ago

This can also be useful for creating a Rockstar REPL, thanks!

matthew-nm commented 6 years ago

My thoughts exactly!