Parser generator for JavaME
Posted
by Anders K.
on Stack Overflow
See other posts from Stack Overflow
or by Anders K.
Published on 2010-06-03T04:51:46Z
Indexed on
2010/06/03
4:54 UTC
Read the original article
Hit count: 413
First: I have looked at this SO question but unfortunately there is no mention of JavaME
I am looking for a parser/lexer generator that produces code that can run on the Blackberry and its (obnoxious) JavaME.
E.g. at first I thought I could use ANTLR however it seems the run-time library is not compatible with JavaME
TIA
© Stack Overflow or respective owner