| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated selective test to remove impurity from a selection rename. | William Blevins | 2016-08-12 | 1 | -1/+1 |
| | | |||||
| * | Added multiline support test. | William Blevins | 2016-08-12 | 1 | -0/+11 |
| | | |||||
| * | Issue 1924: Updated D Language scanner support. | William Blevins | 2016-08-11 | 1 | -0/+271 |
| 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 | |||||
