Skip to content

akoutsos/jasmin

 
 

Repository files navigation

Jasmin

This repository contains the following subdirectories:

  • compiler/ : Compiler from jasmin-lang to assembly.
  • proofs/ : Coq implementations of compiler passes / checkers.

Dependencies

  • For the compiler: check compiler/README.md
  • For the proofs:
    • Coq (tested with 8.7.2)
    • The Mathematical Components library for Coq (tested with 1.7.0)

Testing

  1. To compile and test the compiler:
    • $ cd compiler
    • $ make CIL build
    • $ make tests
  2. To compile Coq proofs:
    • $ cd proofs
    • $ make

License

All our code is MIT licensed. Since we use GPL licensed third party Coq theories and extract code from the LGPL licensed Coq standard library, our compiler is GPL licensed.

About

Jasmin compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Coq 58.2%
  • OCaml 14.5%
  • Assembly 14.4%
  • eC 6.0%
  • C 4.1%
  • Shell 1.3%
  • Other 1.5%