Skip to content

uint-fortran v0.2

Compare
Choose a tag to compare
@ShinobuAmasaki ShinobuAmasaki released this 23 Jan 05:52
· 25 commits to main since this release

This release includes the new type uint64 as 8-byte unsigned integer.

The implemented features for uint64 are:

  • Assignment operator overload,
  • Comparison operators overloads,
  • Arithmetic operator overloads for addition and subtraction,
  • write statement (unformatted and formatted, formatted is asterisk only).