On Thursday, 28 May 2020 at 04:58:26 UTC, Iain Buclaw wrote:
On Wednesday, 27 May 2020 at 21:40:38 UTC, Andre Pany wrote:
Hi,
Dmd and ldc supports running source code from stdin:
```
echo 'void main(){}' | dmd -run -
```
It seems GDC does not support argument -run and I do not know
I see no
On Wednesday, 27 May 2020 at 21:40:38 UTC, Andre Pany wrote:
Hi,
Dmd and ldc supports running source code from stdin:
```
echo 'void main(){}' | dmd -run -
```
It seems GDC does not support argument -run and I do not know
I see no obvious use for having something like -run in the
driver. Too
Hi,
Dmd and ldc supports running source code from stdin:
```
echo 'void main(){}' | dmd -run -
```
It seems GDC does not support argument -run and I do not know
wheter it supports reading source code from stdin?
Could this 2 featured be added to gdc?
This would solve the probe file issue ment