all repos — min @ ce0508c138834d8a839392f0d60c2c70d40f5429

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
### Breaking Changes

* No longer distributing lite and mini variants.
* Removed **regex** and **=~** symbols, use **search**, **replace**, **search-all**, **replace-apply** instead.
* Regular expressions are PCRE compliant.
* Renamed **match** into **match?**.