Yoann Padioleau

Results 46 issues of Yoann Padioleau

On this simple content: let parse = file => { let json = Json_io.load_json(file); switch(json) { | J.Object xs => { let rules = List.assoc("rules",xs); parse_rules(rules) } | _ =>...

I just followed the instructions on the wiki on the Build & install page, but at the running js example I got a failure: ``` pad@yrax:~/work/dev-web-ocaml/revery$ esy '@js' run Done:...

test plan: see last commit test plan: ``` /home/pad/yy/_build/default/src/cli/Main.exe -l py -matching_explanations -rules explain.yaml explain.py explain.py:5 with rule explain big(foo(bar())) explain.py:3 with rule explain foo(bar()) Matching explanations: op = And...

followup to https://github.com/returntocorp/semgrep/issues/1580 ``` | | | | "" update_ruby/home/pad/semgrep/tests/ruby/parsing $ cat heredoc2.rb query =

priority:low
tree-sitter
lang:ruby
user:r2c

See https://r2c-community.slack.com/archives/C01LNF69F9B/p1656433053812029 for context

new-language

see https://github.com/returntocorp/semgrep-rules/pull/1698

bug
priority:low

I could not find any documentation in the tutorial book about how to visualize dataframes. Is there any function I could use? My main use is to store benchmak information...

see https://github.com/tc39/proposal-export-default-from

question

I see that for recursive parser, like when parsing JSON, you provide the fix combinator. What about mutually recursive parsers, for example if I want to parse Java, there will...

https://github.com/estools/esmangle/blob/90bf70752292064aecd33160a5c9cb0308038079/lib/pass/dead-code-elimination.js#L447