* update const generator for swift
* groups constants by enum
* use pascal case for enum names
* use camel case for enum values
* values are always literals
* add extra options for some enums
* use different types for some enums
* generate option sets instead of enums for some types
* renaming constants according to regex pattern
* don't output documentation comments for non-exported defines
* add Swift binding to readme
* Binding.README
* Binding.README
* Binding.README
* Binding.README.Ps1
* Binding.PowerShell-Script
Added script to generate compressed DLL output & update for README
* PowerShell.Binding-Rework
A rework of the pull request based on feedback for the same pull
request in Keystone
* +Get-CapstoneDisassembly
Reworked according to the module in Keystone
* Revert constant generation + Quality of service change