Do you have a particular system that you want to analyze? If yes, in what language is it written in?
I like to analyze the software of the company I'm working for. The software is written in javascript and there aren't any tools I know to analyze that. I talked to Alexandre about that and I think you were on CC. Anyway so far I wrote a small utility with rhino that does an XML export of the javascript AST. And Alexandre started to write an moose importer for that. If that does work I like to see results of different moose tools hence the thread.
To keep the other up to date. Nobert has a translater Javascript source -> XML. Yesterday evening I spent some time on trying to import the generated files into Moose using XMLParser and Pastell. No big result so far. I can reify functions with their parameters and variables defined in it.
I would be glad to collaborate on this if someone is interested in getting JavaScript in Moose.
Cheers, Alexandre
On 24 Dec 2009, at 13:14, Stéphane Ducasse wrote:
OK for Pharo to analyse Pharo code take the latest version on Pharo.
I would like to use moose in pharo because I'm familiar with squeak and pharo. VW I just know little but it seems it's my only choice at this time.
why? There is a pharo version which is working well. You can get it by taking Pharo dev
Gofer new squeaksource: 'Moose'; addPackage: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault
Maybe I have to move to windows even to get the most out of it which I like to avoid
Thanks,
Norbert
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem understanding."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev