Philippe Guillotからリリースされた『Pépé』はツールアプリだ。apkfab.com/jpから『Pépé』のファイルサイズ(APKサイズ):315.27 KB、スクリーンショット、詳細情報などを確認できる。apkfab.com/jpではPhilippe Guillotより配信したアプリを簡単に検索して見つけることができる。現在、Pépé le compiler appのダウンロードも基本プレイも無料だ。『Pépé』のAndroid要件はAndroid 1.6+なので、ご注意ください。APKFabあるいはGooglePlayから『Pépé le compiler apk』の最新バージョンを高速、安全にダウンロードできる。APKFab.com/jpでは全てのAPK/XAPKファイルがオリジナルなものなので、高速、安全にダウンロードできる。
Pépé le compiler is a Standard Pascal compiler for the Android platform, that runs directly on the handheld. Even offline, Pépé generates true native ARM executable code from standard Pascal source program. Console applications can be generated on board, provided the device runs with an ARM processor. The application includes a basic editor, an inline ARM assembler and 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 this application 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 of this compiler, generating true ARM native code was developed. Pépé le compiler is the successor of these two compilers, and the name suggests that it still allows to program Pascal in the palm of the hand. The project is open source https://github.com/k33g/pp. The documentation "Pépé le manual" is available in the download section at http://www.ppcompiler.org/?lng=en And voilà.
Pépé 1.11 アップデート
Update from version 1.10 : File handling is facilitated by additionnal predefined functions : - seek(f,n) set the current entry of file f at the n-th position; - filesize(f) returns the number of entries of the file f; - filepos(f) returns the current position in the file f; - erase(name) erases the file named name.