capstone/bindings
Rot127 faffeec2dc
Fix naming convention of Alpha enums. (#2971)
All the enum names were prefixed with `Alpha` instead of `ALPHA`.
That happened because of an old Auto-Sync bug.
Sadly, I just recognized that Alpha was generated with it.
No idea why it got through in the PR in the first place.

I really would like that to have fixed before Beta.
And while it is super annoying for everyone to fix,
it is better to do as early as possible.

A simple command to replace all these occurrences in your code base is:
```
find . -type f -regex ".*\.\(c\|h\)$" -exec sed -i -E "s|Alpha_([A-Z0-9_]+)|ALPHA_\1|g" {} +
```

Please excuse the inconvenience!
2026-06-20 15:50:33 +00:00
..
java Release v6.0.0-Alpha8 (#2925) 2026-05-23 18:15:01 +00:00
ocaml Convert all README's to markdown files. (#2863) 2026-02-14 13:56:07 +00:00
powershell Fix a couple of corner-cases with rarely used m68k instructions. (#1344) 2019-01-21 17:42:01 +08:00
python Fix naming convention of Alpha enums. (#2971) 2026-06-20 15:50:33 +00:00
vb6 Convert all README's to markdown files. (#2863) 2026-02-14 13:56:07 +00:00
const_generator.py Rebased #2570 (#2614) 2025-01-28 22:34:24 +08:00
README.md Convert all README's to markdown files. (#2863) 2026-02-14 13:56:07 +00:00
stdout_cmp.py Xtensa Support (#2380) 2024-09-30 11:35:51 +08:00

This directory contains bindings & test code for Python, Java & OCaml. See <language>/README.md for how to compile & install each binding.

More bindings created & maintained by the community are available as followings.