v0.1.12 (04/04/2023) :
    - Added support for comma operator

v0.1.11 (02/04/2023) :
    - Backorted bug corrections from cc6502 (v0.2 onwards)

v0.1.10 (03/20/2023) :
    - Corrected 8 bit right shift of pointer (used for DPC and DPC+)

v0.1.9 (03/28/2023) :
    - Added support for function prototypes
    - Added cycles alt to generated assembler code comments
    - Implemented arithmetic right shift
    - Bug fixed with Y-Indirect mode misuse (constant array index)
    - 3E+ minimum 4 banks (solves the Stella execution issue)
    - Modified startup code not to initalize TIA registers twice
    - Added preliminrary support for 3E+ bankswitching scheme
    - Added support for quoted strings assignment to char*
    - Added better support for quoted string (escaped characters)
    - Preprocessor: removed splices (Backslash-Newline)
    - Corrected a bug in load expression processing
    - Modified vcs.h so that paddle and collision registers are signed (to ease code optimization by sign comparison)

v0.1.8 (03/06/2023) :
    - Added first sign extension implementation
    - Corrected 16 bits ++ and -- (not using INC anymore)
    - Calculations can be used for constants in variables/array definitions
    - Bug corrected when adding constants to constant pointer in ROM

v0.1.7 (03/02/2023) :
    - Solved an issue with variables signedness

v0.1.6 (03/01/2023) :
    - Set char signedness to unsigned as default
    - Corrected a bug in cart generation with ROMPLUS

