Add ofstream support within the language
- Aug 20, 2021
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Aug 19, 2021
-
-
Stéphane Del Pino authored
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`.
-