v1.0.0
Changelog
Added
- Data types now implement common traits (
Debug
,Clone
,Eq
,PartialEq
,
Ord
,PartialOrd
,Hash
,Default
andCopy
) where applicable - Added
Linkage
data type (seeLinkage
) - Added a
Module
data type that houses functions and data definitions
Changed
- Remove
Qbe
prefix from data structures.QbeValue
becomesqbe::Value
- The
exported
flag of aFunction
has been replaced withLinkage