1.11 / December 28, 2012
(4.1/5) (284)

Description

Pépé le compiler is a Standard Pascal compilerfor the Android platform, that runs directly on the handheld. Evenoffline, Pépé generates true native ARM executable code fromstandard Pascal source program.
Console applications can be generated on board, provided the deviceruns with an ARM processor.
The application includes a basic editor, an inline ARM assemblerand a disassembler for the generated executables.
This compiler has first been developed for the PalmOS platform,generating on board true 68 000 native code. The name of thisapplication was PP for « Palm Pascal », to be pronounced« Pépé » with the french accent.
When Palm devices migrated to the ARM processor, a new version ofthis compiler, generating true ARM native code was developed.
Pépé le compiler is the successor of these two compilers, and thename suggests that it still allows to program Pascal in the palm ofthe hand.
The project is open source https://github.com/k33g/pp.
The documentation "Pépé le manual" is available in the downloadsection at http://www.ppcompiler.org/?lng=en
And voilà.

App Information Pépé le compiler

  • App Name
    Pépé le compiler
  • Package Name
    pp.compiler
  • Updated
    December 28, 2012
  • File Size
    315k
  • Requires Android
    Android 1.6 and up
  • Version
    1.11
  • Developer
    Philippe Guillot
  • Installs
    10,000 - 50,000
  • Price
    Free
  • Category
    Tools
  • Developer
  • Google Play Link

Pépé le compiler Version History

Select Pépé le compiler Version :
  • 1.11 (12) - Latest Version
  • Pépé le compiler 1.11 APK File

    Publish Date: 2017 /2/26
    Requires Android: Android 1.6+ (Donut, API: 4)
    File Size: 315.3 kB
    Tested on: Android 4.2 (Jelly Bean, API: 17)
    File Sha1: 691fb93c247f8e126970f50ff7845fe244af54fa
    APK Signature: 6991a90158d6d84a60c0065543d1513b2413a0d8

Philippe Guillot Show More...

Pépé le compiler 1.11 APK
Pépé le compiler is a Standard Pascal compilerfor the Android platform, that runs directly on the handheld. Evenoffline, Pépé generates true native ARM executable code fromstandard Pascal source program.Console applications can be generated on board, provided the deviceruns with an ARM processor.The application includes a basic editor, an inline ARM assemblerand a disassembler for the generated executables.This compiler has first been developed for the PalmOS platform,generating on board true 68 000 native code. The name of thisapplication was PP for « Palm Pascal », to be pronounced« Pépé » with the french accent.When Palm devices migrated to the ARM processor, a new version ofthis compiler, generating true ARM native code was developed.Pépé le compiler is the successor of these two compilers, and thename suggests that it still allows to program Pascal in the palm ofthe hand.The project is open source https://github.com/k33g/pp.The documentation "Pépé le manual" is available in the downloadsection at http://www.ppcompiler.org/?lng=enAnd voilà.
Modular calculator 1.3 APK
This calculator performs modular arithmeticcomputation. It can compute sum, difference, product, quotient,power and square root modulo any number up to 15 decimaldigits.Once the modulus number is introduced, all the operation areperformed modulo this number.