mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
Clarify rules for comments and newlines Revise lexer and parser to match Revise fpp-syntax tests
20 lines
196 B
Fortran
20 lines
196 B
Fortran
# comment
|
|
constant a = 1 # comment
|
|
# comment
|
|
# comment
|
|
constant b = 2 # comment
|
|
# comment
|
|
|
|
constant c = # comment
|
|
0
|
|
|
|
constant d =
|
|
# comment
|
|
0
|
|
|
|
@ Constant
|
|
# comment
|
|
constant e = 0
|
|
|
|
# comment
|