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 20, 2022
1 parent 922f637 commit 56dae72
Show file tree
Hide file tree
Showing 4 changed files with 14,657 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lsp/bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@
(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 56dae72

Please sign in to comment.