Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/moosetechnology/famix-cpp
- Owner: moosetechnology
- License: mit
- Created: 2022-03-09T10:15:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T14:29:19.000Z (4 months ago)
- Last Synced: 2024-08-29T09:14:58.720Z (4 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 506 KB
- Stars: 1
- Watchers: 13
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-modelLatest 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
```