pylambda
pylambda copied to clipboard
--one-liner option
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