Class VariationDiffParser

java.lang.Object
org.variantsync.diffdetective.variation.diff.parse.VariationDiffParser

public class VariationDiffParser extends Object
Parser that parses VariationDiffs from text-based diffs.

Note: Weird line continuations and comments can cause misidentification of conditional macros. The following examples are all correct according to the C11 standard: (comment end is marked by *\/):

/* #ifdef A *\/

#ifdef /* *\/ A #endif

# /**\/ ifdef #endif

# \ ifdef #endif