Escaped chars fix

This commit is contained in:
Justin Ethier 2016-11-23 18:48:34 -05:00
parent b0ec9d9671
commit 1cb1b6e89f

View file

@ -7,6 +7,7 @@ Features:
Bug Fixes
- Prevent C compilation error when compiling string with special characters in them such as `#\tab`, `#\alarm`, and `#\return`.
- Do not generate invalid C code when compiling `+` or `*` without any arguments.
# 0.3.2 - November 22, 2016