Skip to content

Commit

Permalink
feature(lsp): add metamodel parser
Browse files Browse the repository at this point in the history
in preparation for 3.17

Signed-off-by: Rudi Grinberg <[email protected]>

ps-id: E0AE7554-7060-4327-854C-5BABF6DB7742
  • Loading branch information
rgrinberg committed Jun 17, 2022
1 parent bbb7bfa commit d075241
Show file tree
Hide file tree
Showing 4 changed files with 14,656 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lsp/bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@
(modules gen)
(libraries lsp_gen dyn stdune))

(test
(name test_metamodel)
(modules test_metamodel metamodel)
(libraries stdune yojson)
(deps metaModel.json)
(action (run ./test_metamodel.exe %{deps})))

(library
(name lsp_gen)
(instrumentation
(backend bisect_ppx))
(modules :standard \ gen)
(modules :standard \ gen metamodel test_metamodel)
(libraries stdune dyn pp))
Loading

0 comments on commit d075241

Please sign in to comment.