diff options
author | Chimrod <> | 2023-11-04 11:54:08 +0100 |
---|---|---|
committer | Chimrod <> | 2023-11-04 11:54:08 +0100 |
commit | 673da2554d3e667e0a62d5c7bbf30999f1295dc1 (patch) | |
tree | 6fe7b79a4d70d31c6c405f6a943196a1b857dfdd /lib/syntax/S.ml | |
parent | 0f24d6d6c6a61c9a3f090649003df7daabff4d65 (diff) |
List all the available tests on command line
Diffstat (limited to 'lib/syntax/S.ml')
-rw-r--r-- | lib/syntax/S.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/syntax/S.ml b/lib/syntax/S.ml index 972e405..a961738 100644 --- a/lib/syntax/S.ml +++ b/lib/syntax/S.ml @@ -103,6 +103,9 @@ end (** {1 Unified module used by the parser } *) module type Analyzer = sig + val identifier : string + val description : string + module Expression : Expression module Instruction : Instruction with type expression = Expression.t' module Location : Location with type instruction = Instruction.t' |