Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@faheel faheel released this 25 Sep 19:07
· 156 commits to master since this release

Operators available:

  • Assignment operators: =
  • Unary arithmetic operators: +, -
  • Relational operators: <, >, <=, >=, ==, !=
  • I/O stream operators: <<, >>

Other features:

  • Makefile for automated builds
  • Release script for automated release
  • Unit tests for constructors and all available operators