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: [email protected]
Reporter: [email protected]
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
--