Skip to content

Releases: MrKaszeba19/PapajLang

Mem – update #1

11 Apr 16:26
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.3 (Mem), update #1
Paul Lipkowski, 2023-04-08 – 2023-04-11

Available platforms:

  • Linux i386 (32-bit, tested on Debian 11)
  • Linux amd64 (64-bit, tested on Xubuntu 22.04 LTS, Mint 21, Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000, ME)
  • Windows x64 (64-bit, tested on Windows 7, 8.1, 10, 2019)

Updates:

  • fix access violation bug casued by putting a function at the end of code
  • allow function () (with empty parentheses)
  • fix parsing empty string bug
  • remove some stray outputs

Find more about RPN Calculator here.

bitmoji

Mem

08 Apr 21:32
Compare
Choose a tag to compare
Mem

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.3 (Mem)
Paul Lipkowski, 2023-04-08

Available platforms:

  • Linux i386 (32-bit, tested on Debian 11)
  • Linux amd64 (64-bit, tested on Xubuntu 22.04 LTS, Mint 21, Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000, ME)
  • Windows x64 (64-bit, tested on Windows Vista, 8.1, 10, 2019)

Find more about RPN Calculator here.

bitmoji

Lamed – update #2

04 Mar 18:10
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.2 (Lamed), Gen3 build, update #2
Paul Lipkowski, 12/18/2021 – 03/04/2022

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows Vista, 8.1, 10)

Updates:

  • fix if-else bug with entities instead of instruction blocks
  • add functions: Math.coprimes, Math.modularPower, Math.modPower, Math.modPow, Math.modularInverse, Math.modularMulInverse, Math.modMulInv, Math.isCarmichael
  • add item index in for-each loop – for ( index item : $T ) and for ( const index item : $T )
  • add Unix scripts support (shebangs)
  • add script that installs rpn to /bin for all users

Find more about RPN Calculator here.

bitmoji

Lamed – update #1

12 Feb 18:17
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.2 (Lamed), Gen3 build, update #1
Paul Lipkowski, 12/18/2021 – 02/12/2022

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows Vista, 8.1, 10)

Updates:

  • fix String.quoted bug
  • fix quotes parsing bug
  • fix Array.getAt and String.getAt bug
  • fix xdg-terminal bug
  • add mate-terminal support
  • add functions: String.quoted2, String.apostrophed2

Find more about RPN Calculator here.

bitmoji

Lamed

19 Dec 11:39
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.2 (Lamed), Gen3 build
Paul Lipkowski, 12/18/2021

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows Vista, 8.1, 10)

Find more about RPN Calculator here.

bitmoji

Khaf – update #2

18 Apr 21:34
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.1 (Khaf), Gen3 build
Paul Lipkowski, 3/21/2021 – 4/18/2021

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows 8.1, Windows 10)

v.0.5.1.1 – update of April 15, 2021:

  • fix T distribution functions
  • add new functions of Math.genDivisors, Math.genNaturalDivisors, Math.divides

v.0.5.1.2 – update of April 18, 2021:

  • fix elif conditional bug
  • parametrized functions
  • optimize Array.map, Array.reduce
  • fix minor function bugs
  • Vanilla function frac
  • Math package functions: cub, inv, countNaturalDivisors, sumNaturalDivisors, fTau, fSigma, fMobius, fMu, fEuler
    fPhi, fPi

Find more about RPN Calculator here.

bitmoji

Khaf – update #1

15 Apr 15:56
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.1 (Khaf), Gen3 build
Paul Lipkowski, 3/21/2021 – 4/15/2021

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows 8.1, Windows 10)

v.0.5.1.1 – update of April 15, 2021:

  • fix T distribution functions
  • add new functions of Math.genDivisors, Math.genNaturalDivisors, Math.divides

Find more about RPN Calculator here.

bitmoji

Khaf

21 Mar 21:34
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.1 (Khaf), Gen3 build
Paul Lipkowski, 3/21/2021

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS. Manjaro 20.2.1)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows 8.1, Windows 10)

Find more about RPN Calculator here.

bitmoji

Yod – update #4

14 Jan 17:02
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.0 (Yod), Gen3 build
Paul Lipkowski, 8/14/2020 – 14/1/2021

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows 8.1, Windows 10)

v.0.5.0.1 – update of August 25, 2020:

  • fix installREPL.sh scripts
  • fix checkParentheses() function

v.0.5.0.2 – update of October 1, 2020:

  • fix elif bug and some other minor ones

v.0.5.0.3 – update of October 13, 2020:

  • fix empty string bug

v.0.5.0.4 – update of January 14, 2021:

  • fix cmod and cdiv behavior
  • fix genNorm constraints

Find more about RPN Calculator here.

bitmoji

Yod – update #3

25 Aug 19:17
Compare
Choose a tag to compare

icon256_1

RPN Calculator – PapajScript Interpreter
Version 0.5.0 (Yod), Gen3 build
Paul Lipkowski, 8/14/2020 – 10/13/2020

Available platforms:

  • Linux i386 (32-bit, tested on Xubuntu 18.04 LTS; Debian 8.11, 10.8)
  • Linux amd64 (64-bit, tested on Xubuntu 20.04 LTS)
  • Windows x86 (32-bit, tested on Windows 2000)
  • Windows x64 (64-bit, tested on Windows 8.1, Windows 10)

v.0.5.0.1 – August 25 update:

  • fix installREPL.sh scripts
  • fix checkParentheses() function

v.0.5.0.2 – October 1 update:

  • fix elif bug and some other minor ones

v.0.5.0.3 – October 13 update:

  • fix empty string bug

Find more about RPN Calculator here.

bitmoji