Skip to content

harp-lab/compcert-ascent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compcert in Ascent

This repository contains the code to implement some of compcert's passes in ascent.

Installation

git clone https://github.com/StarGazerM/ascent-plusplus.git
git clone https://github.com/AbsInt/CompCert.git
rm CompCert/backend/PrintMach.ml
ln -s $(pwd)/misc/printMach.ml CompCert/backend/PrintMach.ml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 65.9%
  • OCaml 20.8%
  • Coq 10.2%
  • C 2.9%
  • Shell 0.2%