Skip to content
Snippets Groups Projects

Add ofstream support within the language

Compare changes
  • Side-by-side
  • Inline

Files

  • e9e28298
    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`.
Loading