Hi, I would like to parse some files written in Objective-J to do some source transformation and I have several choices : 1- JavaCC 2- Antlr 3- Modify clang to parse it I have grammar for 1) and 2) and I am wondering if 3) would be an alternative.