Aleph - MrKaszeba19/PapajLang GitHub Wiki

Aleph (v.0.1.0) is a nickname of the first standalone FreePascal version of RPN Calculator (now Papaj) code. It was made by Paul Lipkowski on November 24, 2017. It is named after the first letter of Hebrew alphabet – aleph (א).

Details and features

  • Name: Aleph
  • Version Code: 0.1.0
  • Version Type: Generation 1 build
  • Release Date: November 24, 2017
  • Precedessor: de facto Bereshit
  • Successor: Bet (v.0.2.0)
  • Language: FreePascal
  • Lines of code: 287
  • Number of functions: 10
  • Maximum number of instructions: de facto no limit (depends how many you can put in AnsiString, which has limit of either 2,147,483,647 (32 bit) or 9,223,372,036,854,775,807 chars (64 bit))
  • Number of entity types: de facto 1 (Number, but there was no Entities prior to v0.4.0)
  • Number of packages: de facto 1 (Vanilla, but there was no Packages prior to v0.4.3)
  • Works on: Windows, Linux

Code

You can check the Aleph's code here.