Skip to content

Commit 9da3823

Browse files
author
Christopher Doris
committed
more py_macro todos
1 parent c3d3d53 commit 9da3823

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/py_macro.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# - raw string literals (`r"..."` or raw"..."?)
88
# - regex literals (`re"..."` or `r"..."`?)
99
# - formatted string literals (`f"..."`)
10+
# - comprehensions (tuples, lists, dicts, sets, generators)
11+
# - generator functions??
12+
# - splatting
1013

1114
const PY_MACRO_UNOPS = Dict(
1215
# operators

0 commit comments

Comments
 (0)