From 673da2554d3e667e0a62d5c7bbf30999f1295dc1 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 4 Nov 2023 11:54:08 +0100 Subject: List all the available tests on command line --- lib/syntax/tree.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/syntax/tree.ml') diff --git a/lib/syntax/tree.ml b/lib/syntax/tree.ml index e70b66a..8444fd9 100644 --- a/lib/syntax/tree.ml +++ b/lib/syntax/tree.ml @@ -1,5 +1,8 @@ open StdLabels +let identifier = "tree" +let description = "Build the AST" + module Ast = struct type 'a literal = 'a T.literal = Text of string | Expression of 'a list [@@deriving eq, show] -- cgit v1.2.3