semgrep / ocaml-tree-sitter-semgrep

Generate parsers from tree-sitter grammars extended to support Semgrep patterns
GNU General Public License v3.0
4 stars 10 forks source link

Update to less recent tree-sitter-ocaml #471

Closed aryx closed 10 months ago

aryx commented 10 months ago

The last time we updated Parse_ocaml_tree_sitter.ml was with a tree-sitter-ocaml of 2021 ... so there are lots of changes so let's update by steps, like brandon did for C++.

test plan: ./test-lang ocaml

Security