Skip to content

Releases: DrKilobyte/Omicron

3.3b

06 Mar 22:16
9182e69
Compare
Choose a tag to compare

Changelog

  • Rewrote omicron.py to (hopefully) be more readable.

NOTICE - MAY CONTAIN BUGS

Omicron 3.3

25 Nov 04:30
c97f7b9
Compare
Choose a tag to compare

Changelog

  • pi and e now recognized as instruction arguments.

Omicron 3.2

06 Nov 20:46
3079967
Compare
Choose a tag to compare

Changelog

  • Added and
  • Added or
  • Added xor

Omicron 3.1

04 Nov 15:58
9ddbbd4
Compare
Choose a tag to compare

Changelog

  • Altered qoto instruction
    • Now takes three arguments; see documentation
  • Added printm instruction - prints out the entire memory tape
  • Fixed rand error handling
  • Fixed print outputting None instead of nil
  • Fixed printc error handling for nil

Omicron 3

07 Jun 01:01
11a9e92
Compare
Choose a tag to compare

Changelog

  • Added import function, !
  • Added rand
  • Added fact
  • Added e
  • Fixed qoto error handling

Omicron 2.2

05 Jun 02:28
5b90ff6
Compare
Choose a tag to compare

Changelog

More bugfixes (yay)!

  • Added error handling for non-number markers
  • Added error handling for reading past end of file

Omicron 2.1

02 Jun 20:01
9b77a34
Compare
Choose a tag to compare

Changelog

  • @ reference can be nested, e.g. @@@‌n
  • stop no longer required at end of program
  • Added more error handling!
    • log does not accept bases under 2
    • read checks if file exists.
    • Interpreter checks of provided file exists

Omicron 2

02 Jun 02:36
defec75
Compare
Choose a tag to compare

Changelog

Added instructions:

  • round
  • ceil
  • floor
  • sin
  • cos
  • tan
  • log
  • abs
  • not
  • pi
  • eq
  • gt
  • gte
  • lt
  • lte
  • read
  • size
  • write
  • awrite
  • writeb
  • awriteb

Omicron 1

30 May 03:06
59ebfe9
Compare
Choose a tag to compare

*** NOTE: VERSION 1 IS UPDATED FROM PREVIOUS UNNUMBERED VERSIONS

Changelog

  • Added error handling