Dalet - MrKaszeba19/PapajLang GitHub Wiki
Dalet (v.0.3.0) is a version of RPN Calculator (now Papaj). It was released on December 10, 2017. The changes included introduction of stack operations, loops and removal of bugs from the previous versions. This is the last Gen1 version – i.e. the version that was developed directly from the stable version (0.2.1) – from 0.3.1 onwards the RPN Calculator Gen2 versions are being developed using the development Leviathan build. This version is named after the fourth letter of Hebrew alphabet – dalet (ד).
Details and features
- Name: Dalet
- Version Code: 0.3.0
- Version Type: Generation 1 build
- Release Date: December 10, 2017
- Precedessor: Gimel (v.0.2.1)
- Successor: de jure Hey (v.0.3.1), de facto Leviathan (development build)
- Language: FreePascal
- Lines of code: 582
- Number of functions: 35
- 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 Dalet's code here.