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
/
a436.py
blob: 28ae1ca12382015194fe28545e8dca84ccd46040 (
plain
)
1
2
3
import re def multiple_split(text): return (re.split('; |, |\*|\n',text))