Skip to content

moosetechnology/TreeSitterFamixIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeSitterFamixIntegration

I am a project whose aim is to help to build Famix importers based on TreeSitter

Installation

To install the project in your Pharo image execute:

    Metacello new
    	githubUser: 'moosetechnology' project: 'TreeSitterFamixIntegration' commitish: 'main' path: 'src';
    	baseline: 'TreeSitterFamixIntegration';
    	load

To add it to your baseline:

    spec
    	baseline: 'TreeSitterFamixIntegration'
    	with: [ spec repository: 'github://moosetechnology/TreeSitterFamixIntegration:main/src' ]

Note that you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.1.?.

Documentation

Full documentation available at: User documentation

Testing

This project is not easy to test by itself so the testing is not happening here for real. I am trying to test all parts of this project as part of the Moose Python importer.

About

I am a project whose aim is to help to build Famix importers based on TreeSitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •