/DAUPLE

Final project for CSS 590: Software Traceability. Originally designed to be a diff tool using the JavaCC parse library.

Primary LanguageJavaMIT LicenseMIT

DAUPLE - Diff Application Using a Parse Library in Eclipse

Final project for CSS 590: Software Traceability originally designed to be a diff tool using the JavaCC parse library. Due to time constraints, the longest common subsequence was used instead of a JavaCC-based lexer and parser.