Hi!
Is there any effort in analyzing code in Moose?
Alexandre
Okay… I will check.
Cheers, Alexandre
There is a PPMiniPythonGrammar, which can extract structure elements (classes, methods, if-then-else, while, try-catch blocks, i.e. the ones using INDENT and DEDENT). The performance is not good in general, but can be much better when using PetitCompiler ( http://scg.unibe.ch/research/petitcompiler).
Cheers, Jan
On Mon, Jun 13, 2016 at 10:05 PM Alexandre Bergel alexandre.bergel@me.com wrote:
Okay… I will check.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Jun 13, 2016, at 3:24 PM, Stephan Eggermont stephan@stack.nl wrote:
On 13/06/16 15:20, Alexandre Bergel wrote:
Is there any effort in analyzing code in Moose?
I've seen some effort to adapt petitparser to deal with fixed spacing
Stephan
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Okay!
thanks!
Alexandre
Hi Alexandre,
there is a full Python 2.7 parser in SmaCC [1], with an AST building code. What is missing is the FAMIX building code.
Thierry
[1] http://github.com/ThierryGoubier/SmaCC
Le 13/06/2016 15:20, Alexandre Bergel a écrit :
Hi!
Is there any effort in analyzing code in Moose?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Thanks!
Alexandre
On Jun 14, 2016, at 2:30 PM, Thierry Goubier thierry.goubier@gmail.com wrote:
Hi Alexandre,
there is a full Python 2.7 parser in SmaCC [1], with an AST building code. What is missing is the FAMIX building code.
Thierry
[1] http://github.com/ThierryGoubier/SmaCC
Le 13/06/2016 15:20, Alexandre Bergel a écrit :
Hi!
Is there any effort in analyzing code in Moose?
Alexandre
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev