differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

dict comprehensions #5

Open differentmatt opened 10 years ago

differentmatt commented 10 years ago

https://docs.python.org/3.4/tutorial/datastructures.html#dictionaries

differentmatt commented 10 years ago

See 40e31268604d45d13391bd63c5745c0ba5ada2d3 for list comprehension implementation.