aboutsummaryrefslogtreecommitdiff
path: root/lib/analyzer.mli
diff options
context:
space:
mode:
authorChimrod <>2023-10-06 08:35:56 +0200
committerChimrod <>2023-10-06 08:35:56 +0200
commit97ab5c9a21166f0bffee482210d69877fd6809fa (patch)
treed1fa44000fa07631edc8924a90020f2cfe637263 /lib/analyzer.mli
parent40f4dbe7844725e0ab07f03f25c35f55b4699b46 (diff)
Moved qparser and syntax in the library folder
Diffstat (limited to 'lib/analyzer.mli')
-rw-r--r--lib/analyzer.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/analyzer.mli b/lib/analyzer.mli
deleted file mode 100644
index 30b6625..0000000
--- a/lib/analyzer.mli
+++ /dev/null
@@ -1,8 +0,0 @@
-val parse :
- (module Qsp_syntax.S.Analyzer with type Location.repr = 'a) ->
- Lexbuf.t ->
- ('a, Qsp_syntax.Report.t) Result.t
-(** Read the source and build a analyzis over it.
-
-This method make the link between the source file and how to read it
-(encoding…) and the AST we want to build. *)