Hi, is there a Java AST parser in Pharo? I imagine that jdt2famix must have something inside, but as far as I understand, it just extracts some information from the source code and throws the AST away. Thanks, Peter
Peter How about PPJavaParser or SmaCC-Java? Peter Kenny From: Pharo-users <pharo-users-bounces@lists.pharo.org> On Behalf Of Peter Uhnák Sent: 31 July 2018 09:44 To: Any question about pharo is welcome <pharo-users@lists.pharo.org>; Moose-related development <moose-dev@list.inf.unibe.ch> Subject: [Pharo-users] Moose Java AST? Hi, is there a Java AST parser in Pharo? I imagine that jdt2famix must have something inside, but as far as I understand, it just extracts some information from the source code and throws the AST away. Thanks, Peter
Hi, There is one in the SmaCC that ships with Moose: JavaParser. Cheers, Doru
On Jul 31, 2018, at 10:44 AM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi,
is there a Java AST parser in Pharo?
I imagine that jdt2famix must have something inside, but as far as I understand, it just extracts some information from the source code and throws the AST away.
Thanks, Peter _______________________________________________ Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.feenk.com "Not knowing how to do something is not an argument for how it cannot be done."
participants (3)
-
PBKResearch -
Peter Uhnák -
Tudor Girba