v0.04  2025-08-26Z
    - Made leading $ optional for .pushname and .popname
    - Added support for .tag
    - Fixed second-pass size missmatch for open of tags

v0.03  2025-08-24Z
    - Added support for 'NNN notation for numbers
    - Added more synthetic forms of control, and relations
    - Fixed handling of uppercase hex numbers
    - Allow cloning registers and register files
    - Fixed bug with automapping being off in second pass

v0.02  2025-08-17Z
    - Added support for Data::Identifier::Interface::Userdata
    - Added .regattr keyword volatile (currently a dummy)
    - Check section order in output
    - Added support for text_boundary, and load_boundary and emit them with calculated values
    - Added additional directives: minimum_handles, minimum_memory, and .string
    - Added new synthetic forms of: open, transfer, byte_transfer, and control
    - Added experimental $x//$y syntax
    - Added support for section_pointer and emit them with section offsets

v0.01  2025-07-30Z
    - Initial release