package jasmin

  1. Overview
  2. Docs
Compiler for High-Assurance and High-Speed Cryptography

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2025.06.2.tar.bz2
sha256=aa0d21f532c1560a0939244cfd1c8414ba2b42c9d1403960f458500446cb1ebb

doc/src/jasmin.linter/linter.ml.html

Source file linter.ml

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
(* generated by dune *)

(** @canonical Linter.Annotation *)
module Annotation = Linter__Annotation

(** @canonical Linter.BackwardAnalyser *)
module BackwardAnalyser = Linter__BackwardAnalyser

(** @canonical Linter.CompileError *)
module CompileError = Linter__CompileError

(** @canonical Linter.DeadVariables *)
module DeadVariables = Linter__DeadVariables

(** @canonical Linter.ForwardAnalyser *)
module ForwardAnalyser = Linter__ForwardAnalyser

(** @canonical Linter.Grange *)
module Grange = Linter__Grange

(** @canonical Linter.LivenessAnalyser *)
module LivenessAnalyser = Linter__LivenessAnalyser

(** @canonical Linter.RDAnalyser *)
module RDAnalyser = Linter__RDAnalyser

(** @canonical Linter.RDDomain *)
module RDDomain = Linter__RDDomain

(** @canonical Linter.VariableInitialisation *)
module VariableInitialisation = Linter__VariableInitialisation