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
/
a617.py
blob: 5271766345aad1ed023b7756ec19ae57258c2358 (
plain
)
1
2
3
4
import re def words_ae(text): list = re.findall("[ae]\w+", text) return list