diff options
author | Chimrod <> | 2023-10-06 08:35:56 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-06 08:35:56 +0200 |
commit | 97ab5c9a21166f0bffee482210d69877fd6809fa (patch) | |
tree | d1fa44000fa07631edc8924a90020f2cfe637263 /lib/lexer.mli | |
parent | 40f4dbe7844725e0ab07f03f25c35f55b4699b46 (diff) |
Moved qparser and syntax in the library folder
Diffstat (limited to 'lib/lexer.mli')
-rw-r--r-- | lib/lexer.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/lexer.mli b/lib/lexer.mli deleted file mode 100644 index 585877c..0000000 --- a/lib/lexer.mli +++ /dev/null @@ -1,4 +0,0 @@ -exception EOF - -val token : Lexbuf.t -> Tokens.token -val discard : Lexbuf.t -> unit |