bocchino 47502b57c8 Revise syntax
Clarify rules for comments and newlines
Revise lexer and parser to match
Revise fpp-syntax tests
2021-04-08 11:02:39 -07:00

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