Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjy5/ast-merge-driver
PLSE project to develop a git merge driver using an AST representation of the code.
https://github.com/kjy5/ast-merge-driver
Last synced: 18 days ago
JSON representation
PLSE project to develop a git merge driver using an AST representation of the code.
- Host: GitHub
- URL: https://github.com/kjy5/ast-merge-driver
- Owner: kjy5
- License: apache-2.0
- Created: 2024-04-20T07:29:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:41:14.000Z (5 months ago)
- Last Synced: 2024-11-01T07:33:21.474Z (2 months ago)
- Language: Java
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AST Merge Driver
PLSE project to develop a git merge driver using an AST representation of the
code.⚠️ This project is still in development and is not yet ready for use. ⚠️
## Run examples
Examples are identified by their folder name (an integer) under the "resources"
directory. To run an example, use the following command:```bash
# Replace with the folder name of the example you want to run.
./gradlew run --args=""
```