Skip to content

Xanonymous-GitHub/gumtree-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GumTree Algorithm

A code diff algorithm that works on the abstract syntax tree (AST) level.

It is used to compare two ASTs and produce a list of edit scripts that can be used to transform the first AST into the second AST.

Important

This repository implements the GumTree algorithm as simple as possible. We ignored most of the real-world problems and focused on the core algorithm. Only the most crucial parts are covered by testing.

About

Implementation of the GumTree algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages