Skip to content
Snippets Groups Projects

Add ofstream support within the language

Merged Stéphane Del Pino requested to merge feature/ofstream-support into develop
  1. Aug 20, 2021
  2. Aug 19, 2021
    • Stéphane Del Pino's avatar
      Add ofstream support within the language · e9e28298
      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`.
      e9e28298
Loading