Skip to content

Version 0.2.1

Latest
Compare
Choose a tag to compare
@Calcoph Calcoph released this 25 Jul 12:52
· 37 commits to master since this release

New Features

  • New primitives: s24,s48,s96,u24,u48,u96
  • New primitive: Array
  • Optional parameter to select indentation character(s) when translating
  • Will follow #include paths to search (but not translate) for additional definitions
  • else if translates correctly to elif
  • Try apply #define s.
  • Try to translate namespaces (their usage, not definition)
  • Use IntStructs (u8, s16, etc.) as if they were dollars (see README for exceptions)

Bug Fixes

  • BitFields now work like ImHex
  • Various fixes to operators with primitives
  • Fixes to signed ints