@@ -40,10 +40,14 @@ You'll find here a first list of Famix model and generic tools ways to load Fami
4040
4141#### Famix Java
4242
43- A popular meta- model is the Java meta-model:
43+ You'll first need to explore how to create a model from a Java Project.
4444
45- - [ Famix Java ] ( Users/famix-java/famix-java )
45+ - [ VerveineJ ] ( Developers/Parsers/VerveineJ ) - Generate a model from a Java project
4646- [ Famix Maker] ( https://github.com/moosetechnology/Moose-Easy )
47+
48+ Then, you can use the Java meta-model:
49+
50+ - [ Famix Java] ( Users/famix-java/famix-java )
4751 ![ External documentation] ( https://img.shields.io/badge/-External%20Documentation-blue ) {: .no-lightense}
4852- [ Analyze Java Project] ( https://fuhrmanator.github.io/2019/07/29/AnalyzingJavaWithMoose.html )
4953 ![ External documentation] ( https://img.shields.io/badge/-External%20Documentation-blue ) {: .no-lightense}
@@ -114,18 +118,15 @@ There are also other possible actions.
114118
115119### Parsers
116120
121+ You'll discover here some other parsers made for Moose
122+
117123Parsing source code to analyze is an important part of Moose.
118124There are different (so-called) parsers already created at various stages of progress that you can use and/or contribute to.
119125
120126> Note: they do more than parsing since they also resolve names in the parsed code and this is not a small task.
121127
122- - [ Petit Parser] ( https://github.com/moosetechnology/PetitParser ) - Write "easily" a Parser with Moose
123- ![ External documentation] ( https://img.shields.io/badge/-External%20Documentation-blue ) {: .no-lightense}
124- - [ VerveineJ] ( Developers/Parsers/VerveineJ ) - Generate an mse/json from a Java project
125128- [ VerveineC-Cpp] ( Developers/Parsers/VerveineC-Cpp ) - Generate an mse/json from a C/C++ project
126129- [ C#] ( https://github.com/feenkcom/roslyn2famix ) - A parser for C# (using Roselyn) that should be able to export a Moose model
127- - [ PowerBuilderParser] ( Developers/Parsers/PowerBuilderParser ) - Generate an mse from a Powerbuilder project
128- ![ Unfinished] ( https://img.shields.io/badge/Progress-Unfinished-yellow ) {: .no-lightense}
129130
130131### Advanced developers
131132
0 commit comments