forked from jasmin-lang/jasmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
42 lines (37 loc) · 779 Bytes
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# --------------------------------------------------------------------
Makefile
MANIFEST
default.nix
# Proofs
proofs/Makefile
proofs/Makefile.common
proofs/_CoqProject
proofs/lang/ocaml/.keep
find:proofs:*.v
# Compiler
find:compiler/src:*.ml
find:compiler/src:*.mli
find:compiler/src:*.mll
find:compiler/src:*.mly
find:compiler/entry:*.ml
find:compiler/safetylib:*.ml
find:compiler/safetylib:*.mli
compiler/src/LICENSE.puf
compiler/scripts/runtest
compiler/Makefile
compiler/dune
compiler/dune-project
compiler/jasmin.opam
compiler/safetylib/dune
compiler/src/CIL/.keep
compiler/src/dune
compiler/config/tests.config
# EasyCrypt library
eclib/Makefile
eclib/tests.config
find:eclib:*.ec
# Tests
find:compiler/examples:*.mil
# Scripts
scripts/install-sh
scripts/distribution