Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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=""
```