Neo-JVM


0.5 by neoexpert
Jan 5, 2019 پرانے ورژن

کے بارے میں Neo-JVM

Simulates a JVM

Simulates a JVM on Android

Example code that does run after compilation to a class file:

public class Main {

public static void main(String[] args) {

fak(10);

}

public static int fak(int i){

if(i<=0)

return 1;

return i*fak(i-1);

}

}

Sourcecode:

https://gitlab.com/neoexpert/jvm

میں نیا کیا ہے 0.5 تازہ ترین ورژن

Last updated on Jan 13, 2019
Much more op-codes implemented.
"Hello World" program works now.

معلومات ایپ اضافی

تازہ ترین ورژن

0.5

اپ لوڈ کردہ

Bruno Octavio

Android درکار ہے

Android 4.0+

رپورٹ کریں

فلیگ غیر موزوں ہے

مزید دکھائیں

Neo-JVM متبادل

neoexpert سے مزید حاصل کریں

دریافت