Famix

所属分类:编程语言基础
开发工具:Smalltalk
文件大小:0KB
下载次数:0
上传日期:2023-09-02 07:34:46
上 传 者sh-1993
说明:  源代码的抽象表示。Famix是通用的,可以用多种编程语言描述应用程序。,
(An abstract representation of source code. Famix is generic and can describe applications in multiple programming languages.,)

文件列表:
.project (27, 2023-09-29)
.smalltalk.ston (124, 2023-09-29)
LICENSE (1073, 2023-09-29)
src/ (0, 2023-09-29)
src/.properties (21, 2023-09-29)
src/BaselineOfFamix/ (0, 2023-09-29)
src/BaselineOfFamix/BaselineOfFamix.class.st (11480, 2023-09-29)
src/BaselineOfFamix/package.st (37, 2023-09-29)
src/Famix-BasicInfrastructure/ (0, 2023-09-29)
src/Famix-BasicInfrastructure/FamixBasicInfrastructureGenerator.class.st (1844, 2023-09-29)
src/Famix-BasicInfrastructure/package.st (49, 2023-09-29)
src/Famix-CommentAnalyzer-Tests/ (0, 2023-09-29)
src/Famix-CommentAnalyzer-Tests/FamixCAAnalyzerTest.class.st (3536, 2023-09-29)
src/Famix-CommentAnalyzer-Tests/FamixCAMooseModelTest.class.st (2601, 2023-09-29)
src/Famix-CommentAnalyzer-Tests/FamixTest1SourceLanguage.extension.st (592, 2023-09-29)
src/Famix-CommentAnalyzer-Tests/package.st (51, 2023-09-29)
src/Famix-CommentAnalyzer/ (0, 2023-09-29)
src/Famix-CommentAnalyzer/FamixCAAnalyzer.class.st (4092, 2023-09-29)
src/Famix-CommentAnalyzer/FamixCACommentedCodeDetector.class.st (2553, 2023-09-29)
src/Famix-CommentAnalyzer/FamixTComment.extension.st (655, 2023-09-29)
src/Famix-CommentAnalyzer/FamixTSourceEntity.extension.st (3587, 2023-09-29)
src/Famix-CommentAnalyzer/FamixTSourceLanguage.extension.st (336, 2023-09-29)
src/Famix-CommentAnalyzer/FamixTWithStatements.extension.st (618, 2023-09-29)
src/Famix-CommentAnalyzer/MooseAbstractGroup.extension.st (174, 2023-09-29)
src/Famix-CommentAnalyzer/MooseModel.extension.st (441, 2023-09-29)
src/Famix-CommentAnalyzer/package.st (45, 2023-09-29)
src/Famix-Compatibility-Entities/ (0, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAbstractFileAnchor.class.st (607, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAccess.class.st (549, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAnnotationInstance.class.st (1242, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAnnotationInstanceAttribute.class.st (658, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAnnotationType.class.st (888, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAnnotationTypeAttribute.class.st (919, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXAttribute.class.st (1099, 2023-09-29)
src/Famix-Compatibility-Entities/FAMIXBehaviouralEntity.class.st (4711, 2023-09-29)
... ...

# Famix Famix is An abstract representation of source code. Famix is generic and it may describe applications in multiple programation languages. - [Installation](https://github.com/moosetechnology/Famix/blob/master/#installation) - [Documentation](https://github.com/moosetechnology/Famix/blob/master/#documentation) - [Version management](https://github.com/moosetechnology/Famix/blob/master/#version-management) - [Smalltalk versions compatibility](https://github.com/moosetechnology/Famix/blob/master/#smalltalk-versions-compatibility) - [Contact](https://github.com/moosetechnology/Famix/blob/master/#contact) ## Installation To install the project on your Pharo image, execute the following script: ```Smalltalk Metacello new githubUser: 'moosetechnology' project: 'Famix' commitish: 'development' path: 'src'; baseline: 'Famix'; load ``` To add the project to your baseline: ```Smalltalk spec baseline: 'Famix' with: [ spec repository: 'github://moosetechnology/Famix:development/src' ] ``` Note you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.2.? . ## Documentation TODO ## Version management This project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form `vX.Y.Z`. - **X**defines the major version number - **Y** defines the minor version number - **Z** defines the patch version number When a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases. Thus, it should be safe to depend on a fixed major version and moving minor version of this project. ## Smalltalk versions compatibility | Version | Compatible Pharo versions | |------------- |--------------------------- | | development | Pharo 80 | ## Contact If you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.me

近期下载者

相关文件


收藏者