https://issues.dlang.org/show_bug.cgi?id=17985
Issue ID: 17985
Summary: Implement -stdin for rdmd
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: tools
Assignee: [email protected]
Reporter: [email protected]
Similiar to the -stdin enhancement for dmd
(https://github.com/dlang/dmd/pull/6880) it would make sense to implement it
for rdmd too. This would enable following command:
echo import std.stdio; void main() { writeln("Success"); } | rdmd -
--