stadelmanma / tree-sitter-fortran

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

Implement external scanner #41

Closed stadelmanma closed 5 years ago

stadelmanma commented 5 years ago

Implements an external scanner to handle line continuation tokens in free form fortran. This scanner doesn't handle any other tokens as mentioned in the linked issue.

Fixes #24