gnikit

Results 169 comments of gnikit

Hi @han190 I have been meaning to add coarray support for a while but the thing stopping me is that it is tied to other parsing related bugs. It ultimately...

> I didn't realize the issue is related to a deeper problem. It unfortunately falls in the vague category of problems of *how do I detect (on the fly) where...

Any news on this @ssnnoo ?

> > Any news on this @ssnnoo ? > > Hi, I changed the commit as requested a while ago and it should be fine now (hopefully). One thing that...

Originally posted in: https://github.com/fortran-lang/vscode-fortran-support/issues/571 @sdsnatcher As I mentioned in our last conversation I don't see this being implemented unless: - it's not intrusive to the rest of the codebase -...

thanks for the bug report @JHenneberg I will have a look at it whenever I get some free time. Please be also aware of this rename bug https://github.com/gnikit/fortls/issues/52.

The problem with `fparser` is that it is very slow compared to the `fortls` parser or better yet with compiler parsers that give AST/ASR trees. @certik and I have had...

>it would take a bunch of the maintenance burden off ford! @ZedThree I wholeheartedly understand. I remember that post and I would be more than glad to also be part...

@certik I was wondering, does `lfortran` have an API? I was looking through the dev docs and I didn't see anything being mentioned.

I found this: https://github.com/lfortran/lfortran/blob/master/src/lfortran/parser/parser.h which I suspect is one of the ways to interact with your parser. I was wondering is there an equivalent Python version, or something alike? EDIT:...