index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a256.py
blob: 14349d58ed7f81dc31f93f753b19c0eccdcad399 (
plain
)
1
2
3
def listify_list(list1): result = list(map(list,list1)) return result