stadelmanma / tree-sitter-fortran

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

Implement basic expression parsing #4

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

This PR adds support for several low level expressions in the executable section of the program. Implied do loops (#3) and array literals (#4) are not supported yet.