Skip to content

v1.0.0

Compare
Choose a tag to compare
@garritfra garritfra released this 11 Feb 14:25
· 31 commits to main since this release
v1.0.0
704a6fa

Changelog

Added

  • Data types now implement common traits (Debug, Clone, Eq, PartialEq,
    Ord, PartialOrd, Hash, Default and Copy) where applicable
  • Added Linkage data type (see Linkage)
  • Added a Module data type that houses functions and data definitions

Changed

  • Remove Qbe prefix from data structures. QbeValue becomes qbe::Value
  • The exported flag of a Function has been replaced with Linkage