Skip to content

hi-rai/HerbrandEquivalence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Herbrand Equivalence Analysis

Implementation of Herbrand Equivalence analysis algorithm mentioned here. Detailed report can be found here.

Two different implementations has been given

  • For LLVM compiler infrastructure
  • For a custom toy language

Repository structure

  • LLVM - Folder containing implementation of the algorithm for LLVM compiler infrastructure

  • references - Folder containing relevant papers

  • reports - Folder containing reports and presentations

  • ToyLanguage - Folder containing implementation of algorithm for a toy language

  • README.md - Readme file

References