gumtree icon indicating copy to clipboard operation
gumtree copied to clipboard

add support for s-expression trees

Open monperrus opened this issue 3 years ago • 1 comments

Hi, it would be great to have support for s-expressions.

We might implement our own parser, or reuse some code:

  • https://github.com/antlr/grammars-v4/blob/master/sexpression/sexpression.g4
  • @julianmendez's https://github.com/julianmendez/jsexp

cc/ @jacarte

monperrus avatar Oct 07 '22 12:10 monperrus

Also this one : https://github.com/AbstractMachinesLab/tree-sitter-sexp

jrfaller avatar Oct 07 '22 12:10 jrfaller