semgrep / pfff

pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
https://semgrep.dev
Other
186 stars 29 forks source link

Pin Menhir to a version that doesn't cause massive slowdowns #511

Closed mmcqd closed 2 years ago

mmcqd commented 2 years ago

The latest version of Menhir generates code that takes too much memory to compile.

Semgrep PR: https://github.com/returntocorp/semgrep/pull/4937

Security