This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115131 - *Fortran* The grammar should be case-independent
Summary: *Fortran* The grammar should be case-independent
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on: 174430
Blocks:
  Show dependency tree
 
Reported: 2007-09-10 10:38 UTC by Alexey Shubin
Modified: 2010-02-17 11:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shubin 2007-09-10 10:38:09 UTC
The Fortran grammar that is used in cnd should correspond to actual Fortran standard (Fortran 2003)

The Fortran 2003 standard says
   3.1.1    Letters
   The twenty-six letters are:
       ABCDEFGHIJKLMNOPQRSTUVWXYZ
   The set of letters defines the syntactic class letter . The processor character set shall include lower-
   case and upper-case letters. A lower-case letter is equivalent to the corresponding upper-case letter in
   program units except in a character context (3.3).