Skip to content

Version 0.0.7

Compare
Choose a tag to compare
@Samathingamajig Samathingamajig released this 15 Feb 06:24

Changes:

  • Added interpreter functionality
  • Added ability to compile to a Linux binary with g++

Extra stuff:

  • Polymorphic objects, makes it easier to develop more types of objects

Specifics:

  • Currently only a Number object
  • A Number's value is either a ±double (IEEE 754), ±Infinity, or NaN
  • Division by 0 causes an error, except NaN / 0 doesn't cause an error
  • -0 == 0
  • More documentation will be made later...