D Primary Type Syntax is Essentially Implemented!

Nick Treleaven nick at geany.org
Thu Dec 21 15:42:13 UTC 2023


On Thursday, 21 December 2023 at 15:34:11 UTC, Nick Treleaven 
wrote:
> ```
> BasicType:
>     `(` `ref` Type `)`
> ```

Sorry, that allows invalid types. Should be:
```
BasicType:
     ( ref Type delegate Parameters MemberFunctionAttributes? )
     ( ref Type function Parameters FunctionAttributes? )
```


More information about the Digitalmars-d mailing list