dparkins / language-fortran

Syntax highlighting for FORTRAN for atom
MIT License
35 stars 16 forks source link

Fixes #39 #40

Closed tomedunn closed 9 years ago

tomedunn commented 9 years ago

The control statement ERROR STOP, introduced in the Fortran 2008 standard was missing from the modern Fortran grammar. This adds a rule for the ERROR STOP statement and also allows the string concatenation operator // to be used in both the STOP and ERROR STOP statement rules.