BilalBinAli
Lurker
Ok here is what i want to do. I want to create a program (a compiler of sort ) which will run on android that will take a source file written in language that which i have created and will compile that source file into a corresponding program hat will run on android. Tell me that how can i do it. I know that i can develop a debugger for that compiler by using the Android operating system debugger APIs however it is compiling that source file programatically that seems to be the problem and i can't think of a way how to do it. Is there any way that i can do it or it simply is impossible right now on the android.