all repos — min @ 0ab90668a5850ebe292e222ed776b85c755576d6

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
### New Features

* Added support for binary (0b) octal (0o), and hexadecimal (0x) integers in parser.
* Added `base` and `base?` symbols to set and get the current number base (dec, hex, bin or oct).
* Added `bitand`, `bitor`, `bitxor`, `bitparity`, `bitreverse`, `bitclear`, `bitflip`, `bitset`, `bitmask` symbols for biwise operations.

### Fixes and Improvements

* Now requiring `checksums` unless OpenSSL is used.
* Prepended `std/` to standard library modules.