# Changelog # 0.1.11 - 30/07/24 - update error handling ## 0.1.10 - 30/07/24 ## 0.1.9 - 30/07/24 - new token coordination system - updated error handling - better unit testing ## 0.1.8 - 28/07/24 - implemented `ape_errors` - optimized tests ## 0.1.7 - 28/07/24 - fixed `_` - minor optimizations ## 0.1.6 - 27/07/24 - change "else if" to "elif" ## 0.1.5 - 27/07/24 - added keywords: self, true, false, null - added tokens: `::` and `=>` ## 0.1.4 - 26/07/24 - fix comma detection ## 0.1.3 - 26/07/24 - add variable keyword ## 0.1.2 - 26/07/24 - update pubs ## 0.1.1 - 25/07/24 - complete the lexer - add tests ## 0.1.0 - 24/07/24 - initial