Famix-Cpp

Description

Famix metamodel for C/C++

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Forks
3
Created
March 9, 2022
Updated
Feb. 10, 2026
Topics
moose pharo smalltalk

Categories

System / OS

README excerpt

# 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
```
← Back to results