From 5dc0c5defdd7ebb152a00e8b2895787b54931779 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Wed, 27 Sep 2023 15:36:13 +0200 Subject: Allow differents file encoding for the source --- lib/encoding.ml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/encoding.ml (limited to 'lib/encoding.ml') diff --git a/lib/encoding.ml b/lib/encoding.ml new file mode 100644 index 0000000..30b9c4e --- /dev/null +++ b/lib/encoding.ml @@ -0,0 +1,3 @@ +module type S = sig + val lexeme : Sedlexing.lexbuf -> string +end -- cgit v1.2.3