Yoann Padioleau
Yoann Padioleau
under Cmd: ``` C:\Users\pad\Downloads>opam.exe usage: opam [--version] [--help] [] The most commonly used opam commands are: init Initialize opam state, or set init options. list Display the list of available...
``` PS C:\Users\pad> dir Directory: C:\Users\pad Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 3/8/2018 1:37 PM .dotnet d----- 3/8/2018 1:57 PM .vscode d-r--- 6/1/2022 10:23 AM 3D Objects...
Is it possible to remove the extern "C" section in tree_sitter_html/scanner.cc? It redefines symbols that are defined already in tree-sitter-html. I don't think you need those extern C definitions. See...
Have you considered adding the ASTExporter.cpp in the clang repository itself? Right now it is pretty tedious to install facebook-clang-plugins because it requires to recompile your own clang, and to...
I could not find any documentation on how to install and use facebook-clang-plugins and its ocaml library to get a simple AST dump of a c++ program. Let's say I...
See https://returntocorp.slack.com/archives/C01NXGX2EHZ/p1625677111141200 ``` [pad@yrax yy (vue_p2)]$ cat ~/hello.vue hello world [pad@yrax yy (vue_p2)]$ semgrep-core -lang vue -dump_tree_sitter_cst ~/hello.vue + /home/pad/yy/_build/default/src/cli/Main.exe -lang vue -dump_tree_sitter_cst /home/pad/hello.vue [0.104 Info Main.Dune__exe__Main ] loaded log_config.json...
I did make setup, and make build, but then make test fails with: ``` ... eq: Generating initial 'grammar.json' from 'grammar.js'. seq: Simplifying 'grammar.json' for ocaml-tree-sitter. ocaml-tree-sitter: too many arguments,...
For context I tried to upgrade to tree-sitter 0.19.3, which means I modified package.json, but then it didn't work so I reverted and just did make setup ./script/rebuild-everything but then...
This prevents to use this repository in other repository with automated testing because the tests currently fail. test plan: npm test
test plan: wait for green CI checks