Skip to content

Commit

Permalink
Promote sherlodoc parser to sources
Browse files Browse the repository at this point in the history
(cherry picked from commit 412c3303afe2a01e90d96717fe08cf1e387148fa)
  • Loading branch information
voodoos authored and ncik-roberts committed Oct 24, 2024
1 parent 052eb68 commit dd4f66b
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sherlodoc/.ocamlformat-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type_parser.ml
type_parser.mli
4 changes: 3 additions & 1 deletion src/sherlodoc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

(menhir
(modules type_parser)
(flags --explain))
(enabled_if (<> %{profile} "release"))
(mode promote)
(flags :standard --explain))

(ocamllex type_lexer)
Loading

0 comments on commit dd4f66b

Please sign in to comment.