From Okku Touronen Date: Wed, 22 Apr 1998 08:09:09 +0200 JTB Questionnaire ----------------- 1. Please provide a short description of JTB as a recommendation to someone who has never seen or used it before. JTB (+ JavaCC) is a powerful and very easy to use syntax tree generator. 2. How would you classify your use of JTB? What kind of work are you doing or have you done using JTB? As an average user. In a school project we are doing a client/server extension to Java (http://www.mdstud.chalmers.se/~d3pa-8/ only in Swedish, but will have some abstract and manual in English soon.). 3. What is your opinion on JTB? Did you find the tool useful? Please rate it on a scale from 1 to 10 (worst to best). 8 4. Have you used other similar tools such as JJTree or ANTLR (specifically, the tree-building aspect of it)? JJTree, much more time-consuming to use and to learn but in the other hand you get handcrafted syntax trees. 5. If you answered yes to number 4, how would you compare JTB with these other tools? Again, please rate it from 1 to 10 in comparison and include anything you have to say, including comments on ease of use, learning curve, etc. 8 6. Please include below any other comments you have regarding JTB. Feel free to include any suggestions for improvement. The only thing I have been missing is line and column numbers for tokens.