osa1 / language-lua

Lua parser and pretty-printer
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

Pretty print strings correctly #35

Closed raymoo closed 8 years ago

raymoo commented 8 years ago

Addresses #34

osa1 commented 8 years ago

Closing as this is not a bug. See #34.

glguy commented 8 years ago

Note that using show here would have printed the strings using Haskell's string format, which isn't the same as Lua's.