Add ofstream support within the language
Compare changes
- Stéphane Del Pino authored
+ 7
− 2
@@ -6,7 +6,12 @@ OFStream::OFStream(const std::string& filename)
On the way rewrite OStream handling: <<
and >>
are now treated as
standard binary operators.
This change required the introduction of "global" variable created by
module loading since now: cout, cerr and clog are no more keywords but
variables of type ostream
.