DROID-PSECINT PSEudoCode INTerpreter SPN/ENG/... - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not remotely HP Calculators (/forum-9.html) +--- Thread: DROID-PSECINT PSEudoCode INTerpreter SPN/ENG/... (/thread-7492.html) |
DROID-PSECINT PSEudoCode INTerpreter SPN/ENG/... - compsystems - 12-30-2016 07:32 PM Pseudocode interpreter/(Interprete de seudocódigo), for now only in English and Spanish interpreter, first release version Dec 2016 (Free version) More info ENG: https://play.google.com/store/apps/details?id=pe.diegoveloper.pseudocode&hl=en SPN: https://play.google.com/store/apps/details?id=pe.diegoveloper.pseudocode&hl=es Please test it and comment, Ideas, improvements, etc. are welcome Thanks PD: A friend is the author. If you want to collaborate with the project please translate these two files to a particular language. (French, Portuguese, German, etc.) KEYWORDS.TXT PHP Code: // ENGLISH // SPANISH errors.txt PHP Code: public static final String BOOLEAN_TRUE = "true"; // "verdadero" Future release is to compete with the PC version (http://pseint.sourceforge.net/index.php?page=descargas.php), which includes: 1: Step by Step Execution 2: Generate flowcharts 3: export pseudocode to n computer languages (c++/java/matlab, .... etc) |