all repos — min @ dd100be8a9051177c5da17e7c389b5403c73676e

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?**.