mathialo / bython

Python with braces. Because python is awesome, but whitespace is awful.
MIT License
2.13k stars 54 forks source link

Dictionaries no longer work. #23

Closed tr0yspradling closed 6 years ago

tr0yspradling commented 6 years ago

The compiler seems to have issues working with Python dictionaries. It converts the left curly brace to a colon.

mathialo commented 6 years ago

This is a known issue with the current implementation of the compiler. At the moment, you have to use the dictionary constructor directly.

For a discussion on the topic, consult the introduction