I was wondering. Is there any lexical/syntax analizer (like Flex/Bison) that would work on Android? In this case it would be something like JavaCC, considering the Android SDK uses Java.
So far I have only found out that ANTLR could work on Android. Are there any other options you know of?
There are Java ports for both Flex and Bison but I suppose both Flex & Bison can be compiled for android. Android is not only Java, you can use C, too. See Android NDK for more information.