tree-sitter-fortran
tree-sitter-fortran copied to clipboard
Investigate generalized argument parsing
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.