tree-sitter-fortran icon indicating copy to clipboard operation
tree-sitter-fortran copied to clipboard

Investigate generalized argument parsing

Open stadelmanma opened this issue 6 years ago • 0 comments

Fortran allows mixed postional and keyword arguments. I don't handle this gracefully in the read and write statement rules and possibly elsewhere. I should check if I can generalize the code to handle the argument mix and add relevant test cases if the code will compile.

stadelmanma avatar Jan 06 '19 23:01 stadelmanma