stadelmanma / tree-sitter-fortran

Fortran grammar for tree-sitter
MIT License
30 stars 15 forks source link

Investigate generalized argument parsing #40

Open stadelmanma opened 5 years ago

stadelmanma commented 5 years ago

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.