Skip to content

Releases: dloscutoff/pip

v1.2.0

20 Mar 22:13
Compare
Choose a tag to compare

Version 1.2 adds new operators and the \$ scan meta-operator. It also makes several parts of the interpreter more robust and consistent, including the parser, regex flags, and some operators.

v1.1.1

20 Mar 22:11
Compare
Choose a tag to compare

Version 1.1.1: several bugfixes over 1.1.0.

v1.0.4

20 Mar 22:10
Compare
Choose a tag to compare

Version 1.0.4: several bugfixes over 1.0.3.

v1.1.0

25 Jun 16:12
Compare
Choose a tag to compare

Version 1.1 adds several new features:

  • REPL mode, entered via the -R flag
  • Global variables \a through \g refer to the main program's arguments & function
  • Changed precedence of several operators to be more useful
  • Added new operators and single-character aliases

v1.0.3

25 Jun 16:07
Compare
Choose a tag to compare

Version 1.0.3: several bugfixes over 1.0.2.

v1.0.2

30 Dec 03:19
Compare
Choose a tag to compare

Version 1.0.2: several bugfixes over 1.0.1.

v1.0.1

16 Nov 16:56
Compare
Choose a tag to compare

Version 1.0.1: several bugfixes and small improvements over 1.0.0.

v1.0.0

15 Sep 02:54
Compare
Choose a tag to compare

Version 1.0.0, the first official release of Pip version 1.

v0.18

09 May 03:31
Compare
Choose a tag to compare

Version 0.18, AKA Pip Classic. This is the version that's available on Try It Online.