This commit is contained in:
Justin Ethier 2018-04-30 14:02:22 -04:00
parent 6be7a259ff
commit 18245025bb

View file

@ -4,6 +4,7 @@
Features
- Improve hash table lookup performance for symbols and increase the max bound of hash tables to `(2 ^ 30) - 1`.
- Added basic support for square and curly brackets in place of parentheses.
Bug Fixes