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
/
unparsable_programs
/
a926.py
blob: f5a9cc87e3a02a715a006a6a9091aeecd79ed2d5 (
plain
)
1
2
3
import re def extract_values(text): return (re.findall(r'"(.*?)"', text))