Développé sur SourceForge, le compilateur MIDlet Pascal open source permet de créer des applications pour mobiles, en traduisant le source Pascal en bytecode Java MicroEdition (J2ME).
http://sourceforge.net/projects/midletpascal/
*IDE NEW FEATURES*
. Added class file browsing, in the code editor under the ".class" tab.
. Defined the MIDLETPASCAL35 conditional.
*COMPILER NEW FEATURES*
. Added support for negative integer constants (that is: const MINUS_ONE = -1; ).
. Added support for C-like double quoted strings (for example: "this is a valid string" ).
*COMPILER CHANGES*
. Fixed consecutive same variable name declaration collision (this will trigger an error: x, x: integer; ).
. Added class file browsing, in the code editor under the ".class" tab.
. Defined the MIDLETPASCAL35 conditional.
*COMPILER NEW FEATURES*
. Added support for negative integer constants (that is: const MINUS_ONE = -1; ).
. Added support for C-like double quoted strings (for example: "this is a valid string" ).
*COMPILER CHANGES*
. Fixed consecutive same variable name declaration collision (this will trigger an error: x, x: integer; ).