Skip to content

Polyglot Language Understanding

andychu edited this page Sep 26, 2023 · 36 revisions
  • semgrep / coccinelle (OCaml)
    • INRIA -> Facebook -> r2c
    • facebook/pfff repo (OCaml)
  • Comby (OCaml), Strange Loop Talk, CMU paper
    • parser parser combinators
  • uchex (Stanford paper, 2016)
    • micro-grammars, parser combinators
    • "belief-style checkers" (not the only supported technique)
    • Haskell Parsec, original implementation was Python
  • github/semantic -- appears inactive
    • Haskell

Other Surveys

Clone this wiki locally