I want to analyze some data, and I have a BNF grammar to analyze it. Can anyone recommend grammar compilers capable of generating code that can be used on a mobile device?
Since this is for JavaME, the generated code should be:
- Hope pretty small
- Low dependencies on exotic Java libraries
- Independent of jar runtime files.
source
share