+ 3
Guidance on compiler construction?
Hello all I want to build an android compiler where i can build apps direct on mobile, no need computer. Is it possible? Please tell me about good resources on compiler construction and assembler. Thanks in advance.
9 Respuestas
+ 17
can't speak about compiler construction.
but if all you want to do is run ruby, python, c++ codes. then try termux.
it can compile, run them all.
it is possible to make Android apps on it
( it will be limited compared to desktop ).
there's a dedicated website for that.
check if that works for you.
https://termux.com/
Termux
https://sdrausty.github.io/buildAPKs/
Easily Build Android APKs on Device in Termux - sdrausty.guthub.io
+ 16
the site (2nd link) is about creating android apps *on mobile*.
unless by apps you mean desktop apps...
about the compiler can't help there. research online you will get many useful resources.
+ 4
Firstly yes it is probably possible, but it'd be advanced AF and take a long time to make. The problem isn't making the compiler of a language, at least not if you just use someone else's compiler, but rather doing the part that makes it into an app
(Also if we're not talking Android there's probably no way to make it)
+ 3
@Bhavin that exists (at least for Android) it's called AIDE
+ 1
@Marcus
Thanks
0
Is it for having a project or because you need it?
0
@Marcus
I want a handy tool to develop apps. So anytime one can code and debug direct on device.
0
Actually i want to develop apps direct on mobile device rather than computer. So i want to construct a compiler for android.