From a.a.eliseyev at gmail.com Tue Oct 27 07:45:39 2009 From: a.a.eliseyev at gmail.com (Alexander Eliseyev) Date: Tue, 27 Oct 2009 13:45:39 +0600 Subject: [metaas-dev] Parenthesized expressions Message-ID: Hi Everyone! I'm using metaas to parse ActionScript code and I've just discovered (maybe I'm wrong though) that it doesn't support parenthesized expressions, so the "(1 + 2) * 3" expression is parsed as a "1 + 2 * 3". 1) Am right about that? Maybe I'm doing something wrong. 2) If yes, could you please give me the directions to fix it? Is there a need to deal with the antlr grammar or only the metaas java code has to be modified? I would be delighted to provide a patch if I fix it. Thank you! Best regards, Alexander -------------- next part -------------- An HTML attachment was scrubbed... URL: