pylambda icon indicating copy to clipboard operation
pylambda copied to clipboard

--one-liner option

Open Checkmate50 opened this issue 3 years ago • 0 comments

Obviously necessary. Basically compile everything (including control flow and assignments) into a single line of code, probably using maps of some sort. Assignments are the tricky part here, need some way to store variables nicely, though lazy me just wants to use Python dictionaries rather than figuring this out myself

Checkmate50 avatar Apr 27 '22 03:04 Checkmate50