Releases: DrKilobyte/Omicron
Releases · DrKilobyte/Omicron
3.3b
Omicron 3.3
Changelog
pi
ande
now recognized as instruction arguments.
Omicron 3.2
Changelog
- Added
and
- Added
or
- Added
xor
Omicron 3.1
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 ofnil
- Fixed
printc
error handling fornil
Omicron 3
Changelog
- Added import function,
!
- Added
rand
- Added
fact
- Added
e
- Fixed
qoto
error handling
Omicron 2.2
Changelog
More bugfixes (yay)!
- Added error handling for non-number markers
- Added error handling for reading past end of file
Omicron 2.1
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 2read
checks if file exists.- Interpreter checks of provided file exists
Omicron 2
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
*** NOTE: VERSION 1 IS UPDATED FROM PREVIOUS UNNUMBERED VERSIONS
Changelog
- Added error handling