Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 474 Bytes

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:

# Replace <example_folder> with the folder name of the example you want to run.
./gradlew run --args="<example_folder>"