Jean-Rémy Falleri

Results 72 comments of Jean-Rémy Falleri

Hi Egor, This information is usually available on the underlying parser documentation (e.g. JDT for Java code). In some cases we perform some tiny tree rewriting, but most of the...

Any development on this @egor-bogomolov ?

Hi! I guess the shebang `#!/usr/bin/env python` does not work on Windows 😄 However I don't know how to get a Python file running, but if you manage to make...

Can you print the XML being parser to see what the problem is?

OK strange, the XML your parsed seems correct

Nice idea! Apparently there is also a tree sitter grammar : https://github.com/JoranHonig/tree-sitter-solidity

I looked a little bit into the output of `solc` and it wouldn't be straightforward, the AST is quite far from the CST and lacking a lot of textual position...

ok the tree-sitter version seems a little unstable I got a `ValueError: Incompatible Language version 12. Must be between 13 and 13`, so I'll have to retry that at some...

Hi, apparently there is a ANTLR grammar related to the code you point out here : https://github.com/solidityj/solidity-antlr4 And we have support for antlr grammars, so that might worth a try.

Hi Chris! Normally listing all file changes is the behavior of the `list` view. Do you use the `-d` option ? Make a screenshot perhaps. Cheers.