This commit is contained in:
Justin Ethier 2016-11-28 18:41:45 -05:00
parent 71aaf162c9
commit 70b47f5205

View file

@ -9,6 +9,7 @@ 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.
- Handle compilation of variable-argument anonymous lambda's. For example: `((lambda x x) 3 5)`.
# 0.3.2 - November 22, 2016