Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moosetechnology/famix-cpp

Famix metamodel for C/C++
https://github.com/moosetechnology/famix-cpp

moose pharo smalltalk

Last synced: about 1 month ago
JSON representation

Famix metamodel for C/C++

Awesome Lists containing this project

README

        

# Famix-CPP

Famix C++ meta-model. It is divided into three meta-models included one into the other:
- Preprocessor Meta-model (in green)
- "pure" C meta-model (in blue)
- C++ meta-model

Latest stable version as an UML diagram:
![Cpp meta-model](https://raw.githubusercontent.com/moosetechnology/Famix-Cpp/v1/doc/cppFullModel.png)

### Stable version

```Smalltalk
Metacello new
baseline: 'FamixCpp';
repository: 'github://moosetechnology/Famix-Cpp:main';
load
```