[Issue 15556] New: Script line missing from lexical specification

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 11 14:47:04 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15556

          Issue ID: 15556
           Summary: Script line missing from lexical specification
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/spec/lex.html#special-token-sequence
                OS: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: briancschott at gmail.com
            Blocks: 10233

The following is valid at the beginning of D files:

#!/usr/bin/rdmd

but this is missing from the lexcical specification, thus Any IDE plugin that
follows the specification will reject this line as an error.

Example: https://github.com/kingsleyh/DLanguage/issues/69

--


More information about the Digitalmars-d-bugs mailing list