bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 45 forks source link

Strings should print with quotes #57

Closed augustss closed 4 years ago

augustss commented 4 years ago

Try

prettyText $ let a = Strings ["a"] () in Tuple [a, a] ()

which evaluates to

"a, a"
bjpop commented 4 years ago

Closing as per: Closing as per: https://github.com/bjpop/language-python/issues/59