Jean-Rémy Falleri

Results 4 issues of Jean-Rémy Falleri

JdtTreeGenerator should report syntax errors

bug

Hi! I tried the following code to parse import statements : ``` source = 'import asttokens as at' atok = asttokens.ASTTokens(source, parse=True) ``` I get the following AST: ``` Module...

Hi Carlos! We are experimenting around the topic of real-time collaborative editors, and I remarked that I only saw existing solutions based upon operation-CRDTs. I came across your amazing articles...

Hi all! I have tried to install JDime on last version of MacOS X but no success so far. I installed libgit2 (brew install libgit2), and compiled JDime from develop...