diff options
author | William Blevins <wblevins001@gmail.com> | 2016-08-11 17:02:10 (GMT) |
---|---|---|
committer | William Blevins <wblevins001@gmail.com> | 2016-08-11 17:02:10 (GMT) |
commit | d5d59de27b9d27649694e3fdca2737ca923550be (patch) | |
tree | 60318153fcf6c5a23379a67ad2e62f6d7602d09c /test/Deprecated/SourceCode/SourceCode.py | |
parent | 1d93e3871ee6858e3bc362aa4e9822c29aadb1a3 (diff) | |
download | SCons-d5d59de27b9d27649694e3fdca2737ca923550be.zip SCons-d5d59de27b9d27649694e3fdca2737ca923550be.tar.gz SCons-d5d59de27b9d27649694e3fdca2737ca923550be.tar.bz2 |
Issue 1924: Updated D Language scanner support.
Meets DLang specification 2.071.1 accessed 11 August 2016.
URL: https://dlang.org/spec/module.html
ImportDeclaration:
import ImportList ;
static import ImportList ;
ImportList:
Import
ImportBindings
Import , ImportList
Import:
ModuleFullyQualifiedName
ModuleAliasIdentifier = ModuleFullyQualifiedName
ImportBindings:
Import : ImportBindList
ImportBindList:
ImportBind
ImportBind , ImportBindList
ImportBind:
Identifier
Identifier = Identifier
ModuleAliasIdentifier:
Identifier
Diffstat (limited to 'test/Deprecated/SourceCode/SourceCode.py')
0 files changed, 0 insertions, 0 deletions